summaryrefslogtreecommitdiff
path: root/devel/SDL/Makefile
diff options
context:
space:
mode:
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: