summaryrefslogtreecommitdiff
path: root/devel/stlport/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-04 23:09:06 +0000
committerjlam <jlam@pkgsrc.org>2004-12-04 23:09:06 +0000
commit00686c240d2ce06b48837621dad7f4d5eeb66b9f (patch)
tree2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /devel/stlport/Makefile
parentf0d7d247674fef441ff38e25ed090bc5a306053c (diff)
downloadpkgsrc-00686c240d2ce06b48837621dad7f4d5eeb66b9f.tar.gz
Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
Diffstat (limited to 'devel/stlport/Makefile')
-rw-r--r--devel/stlport/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index 048a3829c75..0873d771434 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/11/12 06:39:20 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/04 23:09:06 jlam Exp $
DISTNAME= STLport-4.6
PKGNAME= stlport-4.6
@@ -21,8 +21,9 @@ BUILD_DIRS= ${WRKSRC}/src
MAKE_ENV+= CXXFLAGS="${CXXFLAGS}"
MAKEFILE= gcc-libtool.mak
-PTHREAD_OPTS+= require
-LDFLAGS+= ${PTHREAD_LIBS}
+PTHREAD_OPTS+= require
+PTHREAD_AUTO_VARS= yes
+LDFLAGS+= ${PTHREAD_LIBS}
INCDIR= ${PREFIX}/include/stlport
LIBDIR= ${PREFIX}/lib