pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL Remove unneeded chunk, noted by markd.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddaeafa1321e
branches:  trunk
changeset: 515534:ddaeafa1321e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 03 20:37:15 2006 +0000

description:
Remove unneeded chunk, noted by markd.

diffstat:

 devel/SDL/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 20088e7ff497 -r ddaeafa1321e devel/SDL/Makefile
--- a/devel/SDL/Makefile        Mon Jul 03 20:36:40 2006 +0000
+++ b/devel/SDL/Makefile        Mon Jul 03 20:37:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2006/07/03 15:25:37 tonio Exp $
+# $NetBSD: Makefile,v 1.69 2006/07/03 20:37:15 wiz Exp $
 
 DISTNAME=      SDL-1.2.10
 PKGREVISION=   3
@@ -34,12 +34,6 @@
 CONFIGURE_ENV+=                NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}"
 MAKE_ENV+=             NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}"
 
-# Pass in LDFLAGS via SYSTEM_LIBS as it's used as the linker options for
-# finding various libraries.  This ensure that any unusual -Wl,-R options
-# are noted correctly in the generated sdl-config.
-#
-CONFIGURE_ENV+=                SYSTEM_LIBS=${LDFLAGS:M*:Q}
-
 # buildlink passthru the directories required for the Cocoa framework
 # on Darwin if they exist.
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index