pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/arcem emulators/arcem: Fix build for gcc 4.6+
details: https://anonhg.NetBSD.org/pkgsrc/rev/e07f133fc979
branches: trunk
changeset: 609874:e07f133fc979
user: marino <marino%pkgsrc.org@localhost>
date: Fri Oct 12 08:00:03 2012 +0000
description:
emulators/arcem: Fix build for gcc 4.6+
Remove -Werror (catches -Wunused-but-set-variable) to fix build.
diffstat:
emulators/arcem/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ab4560bbe804 -r e07f133fc979 emulators/arcem/Makefile
--- a/emulators/arcem/Makefile Fri Oct 12 07:37:41 2012 +0000
+++ b/emulators/arcem/Makefile Fri Oct 12 08:00:03 2012 +0000
@@ -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 @@
INSTALLATION_DIRS+= bin share/arcem
+BUILDLINK_TRANSFORM+= rm:-Werror
+
post-install:
${INSTALL_DATA} ${WRKDIR}/linux.rom \
${DESTDIR}${PREFIX}/share/arcem/ROM
Home |
Main Index |
Thread Index |
Old Index