summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-10-29 20:54:58 +0000
committerheinz <heinz@pkgsrc.org>2003-10-29 20:54:58 +0000
commita8ebc7d8cd1c4eded19d1850ff14b87bad380207 (patch)
treea8a98bcd90584eb5ad2563a1bbe043986a54410d /devel/SDL
parent36e633c108c6677aba8eca62c8c734adf88c9a4c (diff)
downloadpkgsrc-a8ebc7d8cd1c4eded19d1850ff14b87bad380207.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/SDL')
-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