diff options
author | wiz <wiz> | 2002-05-12 10:33:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-05-12 10:33:03 +0000 |
commit | c3e21fbd7327fb55e071d48838d5f680a1c853a1 (patch) | |
tree | 89bd61e83fdb32f8dbde1efd9c70a34575f374a1 /emulators/darcnes | |
parent | ad1cb2f3872f486b2bcb18d315f4febd5f4d0f7a (diff) | |
download | pkgsrc-c3e21fbd7327fb55e071d48838d5f680a1c853a1.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/Makefile | 3 |
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" ) |