summaryrefslogtreecommitdiff
path: root/misc/nxtvepg
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 /misc/nxtvepg
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 'misc/nxtvepg')
-rw-r--r--misc/nxtvepg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile
index 864fb4aacff..0b58c537580 100644
--- a/misc/nxtvepg/Makefile
+++ b/misc/nxtvepg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/11/27 14:21:13 magick Exp $
+# $NetBSD: Makefile,v 1.41 2004/12/04 23:09:06 jlam Exp $
DISTNAME= nxtvepg-2.7.2
CATEGORIES= misc
@@ -17,6 +17,7 @@ USE_GNU_TOOLS+= make
USE_X11= yes
USE_BUILDLINK3= yes
+PTHREAD_AUTO_VARS= yes
.include "../../mk/pthread.buildlink3.mk"
# Only native threads work.