pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/SDL On i386, depend on devel/binutils. Makes SDL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1272a95af49
branches:  trunk
changeset: 463135:e1272a95af49
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Oct 29 20:54:58 2003 +0000

description:
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:

 devel/SDL/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r addaa7d57db4 -r e1272a95af49 devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Wed Oct 29 20:54:51 2003 +0000
+++ b/devel/SDL/Makefile.common Wed Oct 29 20:54:58 2003 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index