diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-03 20:54:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-03 20:54:15 +0000 |
commit | 77682d00ba2872abf81ab6247cddade8e370ae25 (patch) | |
tree | c6928760cd05dab7cf39455badf9bc50b82709f6 /math/qalculate/Makefile | |
parent | a485b489e3fe3bda9608352907ab2388f5303f90 (diff) | |
download | pkgsrc-77682d00ba2872abf81ab6247cddade8e370ae25.tar.gz |
pthread user => include pthread.b3.mk. Use PTHREAD_* instead of
hard-wired -lpthread. Use sys/wait.h on DragonFly as well.
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |