summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-01 05:48:00 +0000
committerjlam <jlam>2002-08-01 05:48:00 +0000
commit0667348e2457442483cc1061eff529caade5d9eb (patch)
treeddb090c3c0b454f9c8402f5b1724832e17cddad6 /x11
parent67259e22f565d221aaa481aa2ada437d89be3c4a (diff)
downloadpkgsrc-0667348e2457442483cc1061eff529caade5d9eb.tar.gz
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt3-libs/Makefile5
-rw-r--r--x11/qt3-tools/Makefile6
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile
index 7d3f1fdf911..668ac6a0887 100644
--- a/x11/qt3-libs/Makefile
+++ b/x11/qt3-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/05/30 12:33:26 skrll Exp $
+# $NetBSD: Makefile,v 1.7 2002/08/01 05:48:24 jlam Exp $
#
.include "../qt3-libs/Makefile.common"
@@ -14,8 +14,7 @@ MAKE_ENV+= LIBQT="${WRKSRC}/lib/libqt-mt.la"
ALL_TARGET= sub-plugins
-USE_PTHREAD= native pth-syscall
-.include "../../mk/bsd.prefs.mk"
+PTHREAD_OPTS+= require
UNLIMIT_RESOURCES= datasize
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index a567287413a..5d8ab562d32 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/05/30 12:33:28 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2002/08/01 05:48:25 jlam Exp $
#
.include "../qt3-libs/Makefile.common"
@@ -14,7 +14,7 @@ MAKE_ENV+= LIBQT="-lqt-mt"
USE_BUILDLINK_ONLY= yes
-USE_PTHREAD= native pth-syscall
+PTHREAD_OPTS+= require
UNLIMIT_RESOURCES= datasize
@@ -35,7 +35,7 @@ do-install:
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qm2ts ${QTPREFIX}/bin
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qtconfig ${QTPREFIX}/bin
-.include "../../mk/pthread.buildlink.mk"
.include "../../x11/qt3-libs/buildlink.mk"
+.include "../../mk/pthread.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"