summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-02-23 18:28:51 +0000
committerjoerg <joerg@pkgsrc.org>2015-02-23 18:28:51 +0000
commitd51ec8228d4a940f20c67145e8ca052aab2e5ff4 (patch)
tree4935d0f73f157a5b1f80ea3442d2828778ceb81e /fonts
parentc7192175016c1f526b2bbadf5537cba84bc35898 (diff)
downloadpkgsrc-d51ec8228d4a940f20c67145e8ca052aab2e5ff4.tar.gz
Help config.guess/config.sub override logic.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ps2pkm/Makefile4
-rw-r--r--fonts/ttf2pk/Makefile5
-rw-r--r--fonts/ttfdump/Makefile5
3 files changed, 11 insertions, 3 deletions
diff --git a/fonts/ps2pkm/Makefile b/fonts/ps2pkm/Makefile
index 8bce2ab828e..785043ec7aa 100644
--- a/fonts/ps2pkm/Makefile
+++ b/fonts/ps2pkm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/12/04 03:35:27 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2015/02/23 18:28:51 joerg Exp $
DISTNAME= texlive-20130530-source
PKGNAME= ps2pkm-1.5
@@ -20,6 +20,8 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ps2pkm
+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 \
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile
index dd2b7b315d6..c13b44f41d4 100644
--- a/fonts/ttf2pk/Makefile
+++ b/fonts/ttf2pk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/11/19 03:11:20 minskim Exp $
+# $NetBSD: Makefile,v 1.29 2015/02/23 18:28:51 joerg Exp $
DISTNAME= texlive-20130530-source
PKGNAME= ttf2pk-1.5
@@ -18,6 +18,9 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ttf2pk
+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
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