summaryrefslogtreecommitdiff
path: root/emulators/darcnes
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-05-12 10:33:03 +0000
committerwiz <wiz@pkgsrc.org>2002-05-12 10:33:03 +0000
commitbe73b5182581b08819a88fbd4da364898e7f609a (patch)
tree89bd61e83fdb32f8dbde1efd9c70a34575f374a1 /emulators/darcnes
parenta8e49f09eb2285eb3cb9a72960068411375909e9 (diff)
downloadpkgsrc-be73b5182581b08819a88fbd4da364898e7f609a.tar.gz
On a.out, don't add --warn-common to LDFLAGS. Might fix arm32 bulk build
problem.
Diffstat (limited to 'emulators/darcnes')
-rw-r--r--emulators/darcnes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile
index fba438ae70a..eb3bc8622de 100644
--- a/emulators/darcnes/Makefile
+++ b/emulators/darcnes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/02/08 14:42:53 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2002/05/12 10:33:03 wiz Exp $
DISTNAME= dn9b0401
PKGNAME= darcnes-20010401
@@ -25,6 +25,7 @@ do-install:
.if ( ${OBJECT_FMT} == "a.out" )
MAKE_FLAGS+= ASM_FLAGS=-DASM_UNDERBARS
+MAKE_FLAGS+= NO_MULTIPLE_COMMON_WARNING=-DNO_MULTIPLE_COMMON_WARNING
.endif
.if ( ${MACHINE_ARCH} == "i386" )