From e6ecf114df2a791723a1a29096721218e2e4a17b Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 27 Jan 2011 14:15:05 +0000 Subject: We don't BUILDLINK_PASSTHRU_DIRS magic on Mac OS X any more. --- devel/SDL/Makefile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'devel/SDL') diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 9ecc5dede17..b9ee624b742 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2010/12/29 18:34:06 adam Exp $ +# $NetBSD: Makefile,v 1.92 2011/01/27 14:15:05 adam Exp $ DISTNAME= SDL-1.2.14 PKGREVISION= 1 @@ -41,24 +41,13 @@ CONFIGURE_ARGS+= --disable-video-wscons CONFIGURE_ENV+= NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}" MAKE_ENV+= NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}" -# buildlink passthru the directories required for the Cocoa framework -# on Darwin if they exist. -.if ${OPSYS} == "Darwin" -COCOA_DIRS+= /System /Library /Developer -. for dir in ${COCOA_DIRS} -. if exists(${dir}) -BUILDLINK_PASSTHRU_DIRS+= ${dir} -. endif -. endfor - # See . +.if ${OPSYS} == "Darwin" . if !empty(OS_VERSION:M9.*) LDFLAGS+= -Wl,-dylib_file -Wl,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib . endif - .endif - .include "../../mk/oss.buildlink3.mk" AM_CFLAGS= -D_PATH_DEV_DSP="\"${DEVOSSAUDIO}\"" -- cgit v1.2.3