summaryrefslogtreecommitdiff
path: root/devel/SDL/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-10-22 16:55:19 +0000
committerrh <rh>2000-10-22 16:55:19 +0000
commitc2d867f0f015de7fd74f619bc20cff69c11f7563 (patch)
tree495193f40fd33a708b0b765f48a1e816d64f5041 /devel/SDL/Makefile
parent9912fb41051a1f81541a16d0528667cffd1c7ca1 (diff)
downloadpkgsrc-c2d867f0f015de7fd74f619bc20cff69c11f7563.tar.gz
Fix several severe problems that prevented this package from passing its
own tests. Bump version to 1.1.5nb1 Changes include: - make multithreading actually work - activate esound backend - /dev/dsp -> /dev/audio - /dev/cdrom -> /dev/cd?a - tons of bugfixes
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r--devel/SDL/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index 6ce79427551..b614ce82e94 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2000/10/15 12:06:34 rh Exp $
+# $NetBSD: Makefile,v 1.4 2000/10/22 16:55:19 rh Exp $
#
DISTNAME= SDL-1.1.5
+PKGNAME= ${DISTNAME}nb1
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
@@ -20,13 +21,15 @@ USE_MESA= YES
USE_X11= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ARGS+= --disable-pthread-sem
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -D_POSIX_THREAD_SYSCALL_SOFT=1"
LDFLAGS+= -Wl,-R${X11BASE}/lib
#CC= ${LOCALBASE}/pthreads/bin/pgcc
pre-patch:
cd ${WRKSRC} && ${MKDIR} src/audio/netbsd
-post-patch:
+pre-configure:
cd ${WRKSRC} && autoconf
post-configure: