summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-15 06:19:01 +0000
committernia <nia@pkgsrc.org>2021-04-15 06:19:01 +0000
commit12d9ce3102c2fa4ec9f4411d8f3ab972a5adc3df (patch)
tree4cf1b0eaf5e984d722267b9546ba157029ecb89e /emulators
parentf2ed9e911f6f8179635470743866a3b0317bfb10 (diff)
downloadpkgsrc-12d9ce3102c2fa4ec9f4411d8f3ab972a5adc3df.tar.gz
xnp2: workaround fallout from glib2-2.68.0
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xnp2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/xnp2/Makefile b/emulators/xnp2/Makefile
index fe6981f75b8..adcc0c3f17f 100644
--- a/emulators/xnp2/Makefile
+++ b/emulators/xnp2/Makefile
@@ -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: