summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2015-03-08 23:29:22 +0000
committerjoerg <joerg>2015-03-08 23:29:22 +0000
commit79df2788708c1791c2976dde0972ee03c813943d (patch)
tree7163041e3f1e3216d02a887eafa70edce971220f /print
parent841965ee57c4be8d8edff84ec7f56dc5a2ca6a46 (diff)
downloadpkgsrc-79df2788708c1791c2976dde0972ee03c813943d.tar.gz
Fix config.guess/config.sub overrides.
Diffstat (limited to 'print')
-rw-r--r--print/cjkutils/Makefile5
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