diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-22 16:15:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-22 16:15:14 +0000 |
commit | d85ea4696d06afe088db5f742b4973c9dc34b113 (patch) | |
tree | ed0ea6bbfc1fc563e5f14c71c2fec0faf34ebe70 /math/qalculate/Makefile | |
parent | 7cdc72c444995b464f755edaa44eba7c3ae5fb8c (diff) | |
download | pkgsrc-d85ea4696d06afe088db5f742b4973c9dc34b113.tar.gz |
Drop the pthrea check in configure completely and just set
PTHREAD_AUTO_VARS.
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 78a0f3cc783..9969622504f 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/02/20 15:08:47 adam Exp $ +# $NetBSD: Makefile,v 1.27 2007/02/22 16:15:14 joerg Exp $ DISTNAME= libqalculate-0.9.5 PKGNAME= qalculate-0.9.5 @@ -24,6 +24,8 @@ SUBST_FILES.pthread= libqalculate.pc.in SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g' SUBST_STAGE.pthread= post-patch +PTHREAD_AUTO_VARS= yes + pre-configure: cd ${WRKSRC}; autoconf |