pkgsrc-WIP-changes archive

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

qzdoom: Enable debug build



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Nov 25 20:07:12 2020 +0100
Changeset:	4702350e209f76e8eabd00a9575a3b0848334124

Modified Files:
	qzdoom/Makefile

Log Message:
qzdoom: Enable debug build

Update dependencies.
Still crashing while loading map.

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

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

diffstat:
 qzdoom/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diffs:
diff --git a/qzdoom/Makefile b/qzdoom/Makefile
index b921c62dc1..274e590fc0 100644
--- a/qzdoom/Makefile
+++ b/qzdoom/Makefile
@@ -15,7 +15,12 @@ LICENSE=	gnu-gpl-v3
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config
 USE_CMAKE=	yes
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
+#CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
+CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Debug
+CMAKE_ARGS+=	-DNO_OPENAL=OFF
+CMAKE_ARGS+=	-DDYN_OPENAL=OFF
+CMAKE_ARGS+=	-DNO_OPENMP=ON
+
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-/-g/}
 
 # DOOMWADDIR is intentionally shared with other Doom packages
@@ -44,14 +49,13 @@ post-install:
 		${DESTDIR}${PREFIX}/share/doc/qzdoom
 
 .include "../../archivers/bzip2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fluidsynth+=	fluidsynth>=2.1.4nb1
-.include "../../audio/fluidsynth/buildlink3.mk"
+.include "../../audio/openal-soft/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 "../../parallel/openmp/buildlink3.mk"
 .include "../../wip/ZMusic/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 


Home | Main Index | Thread Index | Old Index