diff options
author | tron <tron> | 2002-06-25 06:54:43 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-25 06:54:43 +0000 |
commit | 1724bdf22472f6d0b6f2a8a61451b5a8eb11ff4a (patch) | |
tree | 5d4eccbde3289a3cf4ccf26e16cc4087ed30dd9c /devel/SDL/Makefile | |
parent | 9d4ec256a34027905b37f285b4e33e449dd04721 (diff) | |
download | pkgsrc-1724bdf22472f6d0b6f2a8a61451b5a8eb11ff4a.tar.gz |
Back out last change on request by Thomas Klausner and Nick Hudson:
Setting "USE_PTHREADS" in a buildlink file will cause problems if the
package which includes it wants to use different POSIX threads libraries.
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r-- | devel/SDL/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index ee94ca39dff..2b13cbd94ba 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/06/24 20:25:25 tron Exp $ +# $NetBSD: Makefile,v 1.34 2002/06/25 06:54:43 tron Exp $ # DISTNAME= SDL-1.2.3 @@ -20,8 +20,6 @@ USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -USE_PTHREAD= native pth - .include "../../mk/bsd.prefs.mk" .if ${OBJECT_FMT} == "ELF" @@ -58,9 +56,9 @@ post-configure: cd ${WRKSRC}/src/audio && ${CP} *.[ch] netbsd/ .include "../../audio/esound/buildlink.mk" +.include "../../devel/pth/buildlink.mk" .include "../../graphics/Mesa/buildlink.mk" .include "../../graphics/aalib-x11/buildlink.mk" .include "../../mk/ossaudio.buildlink.mk" -.include "../../mk/pthread.buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |