git: 729e40da6926 - main - emulators/dosbox-staging: Prepare for png 1.6.38
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Oct 2022 22:58:04 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=729e40da692665dc93e84f6010bd3a34bc6cf807 commit 729e40da692665dc93e84f6010bd3a34bc6cf807 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-10 22:29:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-10-10 22:43:55 +0000 emulators/dosbox-staging: Prepare for png 1.6.38 Adjust LDFLAGS to include -lz PR: 266599 Approved by: portmgr (blanket) --- emulators/dosbox-staging/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/dosbox-staging/Makefile b/emulators/dosbox-staging/Makefile index 0f2ac93fccb2..cb6417cb8531 100644 --- a/emulators/dosbox-staging/Makefile +++ b/emulators/dosbox-staging/Makefile @@ -20,7 +20,7 @@ USE_SDL= sdl2 net2 USE_GITHUB= yes MESON_ARGS= -Duse_mt32emu=false -LDFLAGS+= -pthread +LDFLAGS+= -pthread -lz OPTIONS_DEFINE= ALSA DOCS FLUIDSYNTH OPTIONS_DEFAULT= FLUIDSYNTH