summaryrefslogtreecommitdiff
path: root/textproc/opensp
diff options
context:
space:
mode:
authoragc <agc>2002-07-25 10:02:09 +0000
committeragc <agc>2002-07-25 10:02:09 +0000
commit9f11954709dd0db24cae3c1d1932327cf5442124 (patch)
tree1ef1e6af76efa93b05bd439ab998fee1afb38ff5 /textproc/opensp
parent539864a3165f613f4d3a91a389b601c150e52a5a (diff)
downloadpkgsrc-9f11954709dd0db24cae3c1d1932327cf5442124.tar.gz
Make this package compile:
+ use NetBSD's libtool, rather than the one in the package + add USE_LIBINTL
Diffstat (limited to 'textproc/opensp')
-rw-r--r--textproc/opensp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile
index 91638d058ca..2476a91a994 100644
--- a/textproc/opensp/Makefile
+++ b/textproc/opensp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/07/24 19:45:28 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2002/07/25 10:02:09 agc Exp $
#
DISTNAME= OpenSP-1.4
@@ -21,4 +21,8 @@ CONFIGURE_ARGS+=--enable-http \
CONFIGURE_ENV+= CC="${LOCALBASE}/pthreads/bin/pgcc" \
CXX="${LOCALBASE}/pthreads/bin/pg++"
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_LIBINTL= yes
+
.include "../../mk/bsd.pkg.mk"