pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL Remove work around for build problems under ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58965a753630
branches:  trunk
changeset: 400608:58965a753630
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Oct 23 08:35:20 2009 +0000

description:
Remove work around for build problems under Mac OS X Snow Leopard which
is no longer necessary.

diffstat:

 devel/SDL/hacks.mk |  24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diffs (28 lines):

diff -r fb8b9d5b1bf0 -r 58965a753630 devel/SDL/hacks.mk
--- a/devel/SDL/hacks.mk        Fri Oct 23 07:46:08 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2009/09/13 15:51:47 tron Exp $
-
-.if !defined(SDL_HACKS_MK)
-SDL_HACKS_MK=  defined
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-# SDL doesn't build with the API's provided by Mac OS X Snow Leopard:
-#
-# http://www.mail-archive.com/fink-users%lists.sourceforge.net@localhost/msg30617.html
-#
-# Work around that by using the Leopard SDK which is part of Xcode.
-
-XCODE_LEOPARD_SDK=     /Developer/SDKs/MacOSX10.5.sdk
-
-.if !empty(MACHINE_PLATFORM:MDarwin-??.*-*) && \
-    exists(/Developer/SDKs/MacOSX10.5.sdk)
-PKG_HACKS+=    sdl-snow-leopard
-
-CFLAGS+=       -mmacosx-version-min=10.5 -isysroot ${XCODE_LEOPARD_SDK}
-LDFLAGS+=      -mmacosx-version-min=10.5 -Wl,-syslibroot,${XCODE_LEOPARD_SDK}
-.endif
-
-.endif # SDL_HACKS_MK



Home | Main Index | Thread Index | Old Index