pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xfce4-panel Include pthread.buildlink3.mk (pkg/269...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ee4d509eb8c
branches:  trunk
changeset: 480939:2ee4d509eb8c
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Sep 22 07:15:15 2004 +0000

description:
Include pthread.buildlink3.mk (pkg/26992 by Hiramatsu Yoshifumi)

diffstat:

 x11/xfce4-panel/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e7b0dd937b8a -r 2ee4d509eb8c x11/xfce4-panel/Makefile
--- a/x11/xfce4-panel/Makefile  Wed Sep 22 07:13:56 2004 +0000
+++ b/x11/xfce4-panel/Makefile  Wed Sep 22 07:15:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/10 11:53:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/09/22 07:15:15 martti Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -8,7 +8,11 @@
 
 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"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index