diff options
author | agc <agc@pkgsrc.org> | 2002-07-25 10:02:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-25 10:02:09 +0000 |
commit | 64aef96708ab614a7e880d1c7178af7b2462fd65 (patch) | |
tree | 1ef1e6af76efa93b05bd439ab998fee1afb38ff5 /textproc/opensp | |
parent | 97ab191e2199c5e3b450b3ac0745ef76f5ea388d (diff) | |
download | pkgsrc-64aef96708ab614a7e880d1c7178af7b2462fd65.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/Makefile | 6 |
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" |