pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qzdoom: Add more dependencies



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Oct 19 18:14:00 2020 +0200
Changeset:	bd2ec74744c219ea137e5e91477a499c817bec3f

Modified Files:
	qzdoom/Makefile

Log Message:
qzdoom: Add more dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd2ec74744c219ea137e5e91477a499c817bec3f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qzdoom/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/qzdoom/Makefile b/qzdoom/Makefile
index 88f480150e..b921c62dc1 100644
--- a/qzdoom/Makefile
+++ b/qzdoom/Makefile
@@ -15,6 +15,7 @@ LICENSE=	gnu-gpl-v3
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config
 USE_CMAKE=	yes
+CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-/-g/}
 
 # DOOMWADDIR is intentionally shared with other Doom packages
@@ -46,9 +47,12 @@ post-install:
 BUILDLINK_API_DEPENDS.fluidsynth+=	fluidsynth>=2.1.4nb1
 .include "../../audio/fluidsynth/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../parallel/openmp/buildlink3.mk"
 .include "../../wip/ZMusic/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index