summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz>2003-10-29 20:54:58 +0000
committerheinz <heinz>2003-10-29 20:54:58 +0000
commit12da695c5e67abf6ab5611db94b8f87ddf62bc94 (patch)
treea8a98bcd90584eb5ad2563a1bbe043986a54410d /devel
parente1c80ca57c8d6b0730ab48cee6223e191e013ce4 (diff)
downloadpkgsrc-12da695c5e67abf6ab5611db94b8f87ddf62bc94.tar.gz
On i386, depend on devel/binutils. Makes SDL compile on NetBSD 1.5.x
again (fix from PR pkg/23121, thanks to Ian.Fry at sophos com)"
Diffstat (limited to 'devel')
-rw-r--r--devel/SDL/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common
index efada33bb33..6b046e26f16 100644
--- a/devel/SDL/Makefile.common
+++ b/devel/SDL/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2003/09/03 19:30:50 drochner Exp $
+# $NetBSD: Makefile.common,v 1.4 2003/10/29 20:54:58 heinz Exp $
#
DISTNAME= SDL-1.2.6
@@ -23,6 +23,7 @@ USE_LIBTOOL= YES
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
+.include "../../devel/binutils/buildlink2.mk"
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
NASMFLAGS_ELF= -f elf
NASMFLAGS_a.out= -f aoutb