diff options
author | marino <marino> | 2012-10-12 08:00:03 +0000 |
---|---|---|
committer | marino <marino> | 2012-10-12 08:00:03 +0000 |
commit | 0eb5940cb32744b6069a87e610125ead952c27bf (patch) | |
tree | e73df53de675f2925f6e4265d741a5be01367652 /emulators/arcem | |
parent | 38950ba0f58e87d52d35aae28b7b9f257c038bb1 (diff) | |
download | pkgsrc-0eb5940cb32744b6069a87e610125ead952c27bf.tar.gz |
emulators/arcem: Fix build for gcc 4.6+
Remove -Werror (catches -Wunused-but-set-variable) to fix build.
Diffstat (limited to 'emulators/arcem')
-rw-r--r-- | emulators/arcem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/arcem/Makefile b/emulators/arcem/Makefile index c124b9b98fd..0008e27f6b1 100644 --- a/emulators/arcem/Makefile +++ b/emulators/arcem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/03 12:55:10 asau Exp $ +# $NetBSD: Makefile,v 1.21 2012/10/12 08:00:03 marino Exp $ # DISTNAME= arcem-1.00-src @@ -33,6 +33,8 @@ MAKE_ENV+= SYSTEM=X INSTALLATION_DIRS+= bin share/arcem +BUILDLINK_TRANSFORM+= rm:-Werror + post-install: ${INSTALL_DATA} ${WRKDIR}/linux.rom \ ${DESTDIR}${PREFIX}/share/arcem/ROM |