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 | 9c059453368aaf34a01f0a5ac1ea52dbf6fd2f56 (patch) | |
tree | 82d385e686babc84d5a21ed3a01fb3652b4c8590 | |
parent | ea55aa33e149b6a98f9d9f9db00d6401eea23e20 (diff) | |
download | pkgsrc-9c059453368aaf34a01f0a5ac1ea52dbf6fd2f56.tar.gz |
Exactly pass OpenSP header and library locations to configure.
PR#45033.
-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 |