pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/xnp2
Module Name: pkgsrc
Committed By: nia
Date: Thu Apr 15 06:19:02 UTC 2021
Modified Files:
pkgsrc/emulators/xnp2: Makefile
Log Message:
xnp2: workaround fallout from glib2-2.68.0
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/emulators/xnp2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/xnp2/Makefile
diff -u pkgsrc/emulators/xnp2/Makefile:1.33 pkgsrc/emulators/xnp2/Makefile:1.34
--- pkgsrc/emulators/xnp2/Makefile:1.33 Mon Aug 17 20:18:40 2020
+++ pkgsrc/emulators/xnp2/Makefile Thu Apr 15 06:19:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/08/17 20:18:40 leot Exp $
+# $NetBSD: Makefile,v 1.34 2021/04/15 06:19:01 nia Exp $
DISTNAME= xnp2-0.86
PKGREVISION= 11
@@ -22,6 +22,9 @@ CONFIGURE_ARGS+= --enable-build-all
# multimedia/smpeg which is required by audio/SDL_mixer
CONFIGURE_ARGS+= --disable-sdl2
+# Workaround for glib2-2.68.0 c++ fallout.
+CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
+
INSTALLATION_DIRS+= share/doc/xnp2 ${PKGMANDIR}/ja/man1
post-install:
Home |
Main Index |
Thread Index |
Old Index