summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-03 20:37:15 +0000
committerwiz <wiz@pkgsrc.org>2006-07-03 20:37:15 +0000
commit4495b93d1b3978fadc3d35240a4bce8155ff9729 (patch)
treea365da947ede6bcbcaad6edc7a000b5215606dff /devel/SDL
parentde7680b193349388de3dc21bbe9c3804857fe498 (diff)
downloadpkgsrc-4495b93d1b3978fadc3d35240a4bce8155ff9729.tar.gz
Remove unneeded chunk, noted by markd.
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index df3a7c532ac..bed55536fc3 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -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_ARGS+= --enable-dlopen
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"