summaryrefslogtreecommitdiff
path: root/x11/xfce4-panel
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-12 06:39:19 +0000
committerjlam <jlam>2004-11-12 06:39:19 +0000
commitbe3ea8c3d40a099627e8a8fae5f4f734141bdf86 (patch)
treeddbacf3026d39d6b23e622ac51745a4f7db32d44 /x11/xfce4-panel
parentadb5044aacd166f8bf54dbeeddc97a7f1837123d (diff)
downloadpkgsrc-be3ea8c3d40a099627e8a8fae5f4f734141bdf86.tar.gz
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
Diffstat (limited to 'x11/xfce4-panel')
-rw-r--r--x11/xfce4-panel/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/xfce4-panel/Makefile b/x11/xfce4-panel/Makefile
index 921e07d7d3d..e4f893d5507 100644
--- a/x11/xfce4-panel/Makefile
+++ b/x11/xfce4-panel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:18:39 tv Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/12 06:39:21 jlam Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -9,9 +9,6 @@ COMMENT= XFce4 panel
PKGCONFIG_OVERRIDE= panel/xfce4-panel-1.0.pc.in
-CFLAGS+= ${PTHREAD_CFLAGS}
-LIBS+= ${PTHREAD_LDFLAGS}
-
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"