From 77682d00ba2872abf81ab6247cddade8e370ae25 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 3 Jan 2006 20:54:15 +0000 Subject: pthread user => include pthread.b3.mk. Use PTHREAD_* instead of hard-wired -lpthread. Use sys/wait.h on DragonFly as well. --- math/qalculate/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/qalculate/Makefile') diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index c906aa8b471..9a3cc3b5b14 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/10/11 12:35:06 adam Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/03 20:54:15 joerg Exp $ DISTNAME= libqalculate-0.8.2 PKGNAME= qalculate-0.8.2 @@ -24,5 +24,6 @@ UNLIMIT_RESOURCES= datasize .include "../../math/cln/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3