diff options
author | joerg <joerg@pkgsrc.org> | 2015-02-23 18:28:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-02-23 18:28:51 +0000 |
commit | d51ec8228d4a940f20c67145e8ca052aab2e5ff4 (patch) | |
tree | 4935d0f73f157a5b1f80ea3442d2828778ceb81e /fonts/ttfdump | |
parent | c7192175016c1f526b2bbadf5537cba84bc35898 (diff) | |
download | pkgsrc-d51ec8228d4a940f20c67145e8ca052aab2e5ff4.tar.gz |
Help config.guess/config.sub override logic.
Diffstat (limited to 'fonts/ttfdump')
-rw-r--r-- | fonts/ttfdump/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/ttfdump/Makefile b/fonts/ttfdump/Makefile index f595ddbf6ec..9250f6403b5 100644 --- a/fonts/ttfdump/Makefile +++ b/fonts/ttfdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/11/12 21:50:09 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2015/02/23 18:28:51 joerg Exp $ DISTNAME= texlive-20130530-source PKGNAME= ttfdump-0.5.5 @@ -18,6 +18,9 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ttfdump +CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess +CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub + CONFIGURE_ARGS+= --with-system-kpathsea \ --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib |