pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xnp2 xnp2: workaround fallout from glib2-2.68.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f22b257a0f64
branches:  trunk
changeset: 450352:f22b257a0f64
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 15 06:19:01 2021 +0000

description:
xnp2: workaround fallout from glib2-2.68.0

diffstat:

 emulators/xnp2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 965a1d6690f1 -r f22b257a0f64 emulators/xnp2/Makefile
--- a/emulators/xnp2/Makefile   Thu Apr 15 06:00:04 2021 +0000
+++ b/emulators/xnp2/Makefile   Thu Apr 15 06:19:01 2021 +0000
@@ -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 @@
 #     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