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 /print/ptexenc/Makefile | |
parent | c7192175016c1f526b2bbadf5537cba84bc35898 (diff) | |
download | pkgsrc-d51ec8228d4a940f20c67145e8ca052aab2e5ff4.tar.gz |
Help config.guess/config.sub override logic.
Diffstat (limited to 'print/ptexenc/Makefile')
-rw-r--r-- | print/ptexenc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ptexenc/Makefile b/print/ptexenc/Makefile index d6a83cb1d86..3675c69833d 100644 --- a/print/ptexenc/Makefile +++ b/print/ptexenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/11/17 16:46:36 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2015/02/23 18:28:52 joerg Exp $ DISTNAME= texlive-20130530-source PKGNAME= ptexenc-1.3.1 @@ -17,6 +17,8 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc +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 \ |