summaryrefslogtreecommitdiff
path: root/emulators/gnuboy
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-09 01:31:57 +0000
committermarino <marino@pkgsrc.org>2011-12-09 01:31:57 +0000
commitaccfdf5369d7a8c199f9432e915db576196084e4 (patch)
treee759cf600fd0bdcbed25da766bba3e88cbef9699 /emulators/gnuboy
parentbe331154fe85e3a1710f881fb3fb6ba1a92d8aca (diff)
downloadpkgsrc-accfdf5369d7a8c199f9432e915db576196084e4.tar.gz
emulators/gnuboy: Fix for modern gcc
The deprecated force-mem flag is not present on later gcc compilers.
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r--emulators/gnuboy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index 5eaa5d57d50..4eda9465fac 100644
--- a/emulators/gnuboy/Makefile
+++ b/emulators/gnuboy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/03/03 19:21:38 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2011/12/09 01:31:57 marino Exp $
DISTNAME= gnuboy-1.0.3
PKGREVISION= 2
@@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin
+BUILDLINK_TRANSFORM+= rm:-fforce-mem
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/gnuboy