emulators/gnuboy: Fix for modern gcc
The deprecated force-mem flag is not present on later gcc compilers.
This commit is contained in:
parent
2f94850758
commit
1757d2eb68
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue