diff options
author | obache <obache@pkgsrc.org> | 2011-06-10 12:05:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-10 12:05:48 +0000 |
commit | ea66a41d6e8028c7fa5f6c7a3057040d1b77f66e (patch) | |
tree | 82d385e686babc84d5a21ed3a01fb3652b4c8590 /textproc/openjade | |
parent | 09b42da0acc9f37dbdc667bee0ee112a91993c13 (diff) | |
download | pkgsrc-ea66a41d6e8028c7fa5f6c7a3057040d1b77f66e.tar.gz |
Exactly pass OpenSP header and library locations to configure.
PR#45033.
Diffstat (limited to 'textproc/openjade')
-rw-r--r-- | textproc/openjade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index e3428fc9594..fd89a886996 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2011/04/22 13:44:50 obache Exp $ +# $NetBSD: Makefile,v 1.23 2011/06/10 12:05:48 obache Exp $ DISTNAME= openjade-1.3.2 PKGREVISION= 6 @@ -19,6 +19,8 @@ USE_TOOLS+= gmake perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${OPENJADE_DATA_DIR} CONFIGURE_ARGS+= --enable-default-catalog=${OPENJADE_DATA_DIR}/catalog +CONFIGURE_ARGS+= --enable-spincludedir=${BUILDLINK_PREFIX.opensp}/include/OpenSP +CONFIGURE_ARGS+= --enable-splibdir=${BUILDLINK_PREFIX.opensp}/lib CONFIGURE_ENV+= CXXFLAGS=${CFLAGS:M*:Q} SGML_CATALOGS= ${PREFIX}/share/sgml/openjade/catalog |