summaryrefslogtreecommitdiff
path: root/x11/xfce4-panel
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-04 23:09:06 +0000
committerjlam <jlam>2004-12-04 23:09:06 +0000
commitbdd0077a87ea2ee1f991df93342707f45d1c4cbe (patch)
tree2ef88e75d07f9faafc01905d7ba4958af6ffdd61 /x11/xfce4-panel
parent922cf976913547bfb12e93c6d5c44f89fd1977c9 (diff)
downloadpkgsrc-bdd0077a87ea2ee1f991df93342707f45d1c4cbe.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 'x11/xfce4-panel')
-rw-r--r--x11/xfce4-panel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfce4-panel/Makefile b/x11/xfce4-panel/Makefile
index e4f893d5507..7718eadba1b 100644
--- a/x11/xfce4-panel/Makefile
+++ b/x11/xfce4-panel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/11/12 06:39:21 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/04 23:09:07 jlam Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -8,6 +8,7 @@ CATEGORIES= x11
COMMENT= XFce4 panel
PKGCONFIG_OVERRIDE= panel/xfce4-panel-1.0.pc.in
+PTHREAD_AUTO_VARS= yes
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"