Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2022 22:58:04 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 729e40da6926 - main - emulators/dosbox-staging: Prepare for png 1.6.38
Message-ID:  <202210102258.29AMw4di084061@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210102258.29AMw4di084061>