pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-mcs-manager Include pthread.buildlink3.mk (p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7b0dd937b8a
branches: trunk
changeset: 480938:e7b0dd937b8a
user: martti <martti%pkgsrc.org@localhost>
date: Wed Sep 22 07:13:56 2004 +0000
description:
Include pthread.buildlink3.mk (pkg/26993 by Hiramatsu Yoshifumi)
diffstat:
x11/xfce4-mcs-manager/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 4e4687583c82 -r e7b0dd937b8a x11/xfce4-mcs-manager/Makefile
--- a/x11/xfce4-mcs-manager/Makefile Wed Sep 22 07:00:09 2004 +0000
+++ b/x11/xfce4-mcs-manager/Makefile Wed Sep 22 07:13:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/10 11:53:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/09/22 07:13:56 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -9,6 +9,10 @@
PKGCONFIG_OVERRIDE= xfce-mcs-manager/xfce-mcs-manager.pc.in
+CFLAGS+= ${PTHREAD_CFLAGS}
+LIBS+= ${PTHREAD_LDFLAGS}
+
.include "../../x11/libxfce4gui/buildlink3.mk"
.include "../../x11/libxfce4mcs/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index