diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-08 23:29:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-08 23:29:22 +0000 |
commit | 57da9e20a1f9cd96a502c275d99cb958ae417b2a (patch) | |
tree | 7163041e3f1e3216d02a887eafa70edce971220f /print | |
parent | a316b9859fbe81221bb9f19f319fbe594433bfbb (diff) | |
download | pkgsrc-57da9e20a1f9cd96a502c275d99cb958ae417b2a.tar.gz |
Fix config.guess/config.sub overrides.
Diffstat (limited to 'print')
-rw-r--r-- | print/cjkutils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/cjkutils/Makefile b/print/cjkutils/Makefile index c87ee024576..19a8f253f35 100644 --- a/print/cjkutils/Makefile +++ b/print/cjkutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/11/17 17:10:59 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2015/03/08 23:29:22 joerg Exp $ DISTNAME= texlive-20130530-source PKGNAME= cjkutils-4.8.3 @@ -18,6 +18,9 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/cjkutils +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 |