diff options
author | joerg <joerg> | 2015-02-23 18:28:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-02-23 18:28:51 +0000 |
commit | 2467ab373a7e185e2a64f5edebc6f2fd49492cbb (patch) | |
tree | 4935d0f73f157a5b1f80ea3442d2828778ceb81e /print | |
parent | b0d50f159334c705a876ac4a24c3fef1d5f2ac1d (diff) | |
download | pkgsrc-2467ab373a7e185e2a64f5edebc6f2fd49492cbb.tar.gz |
Help config.guess/config.sub override logic.
Diffstat (limited to 'print')
-rw-r--r-- | print/dviljk/Makefile | 5 | ||||
-rw-r--r-- | print/pdvipsk/Makefile | 5 | ||||
-rw-r--r-- | print/ptexenc/Makefile | 4 | ||||
-rw-r--r-- | print/web2c/Makefile | 5 |
4 files changed, 15 insertions, 4 deletions
diff --git a/print/dviljk/Makefile b/print/dviljk/Makefile index 28925de3441..e646409f3ba 100644 --- a/print/dviljk/Makefile +++ b/print/dviljk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/12/06 02:33:32 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2015/02/23 18:28:52 joerg Exp $ DISTNAME= texlive-20130530-source PKGNAME= dviljk-2.6.5 @@ -20,6 +20,9 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dviljk +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/print/pdvipsk/Makefile b/print/pdvipsk/Makefile index 4d7d2923dd5..7bf9da5df02 100644 --- a/print/pdvipsk/Makefile +++ b/print/pdvipsk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/08 13:45:44 asau Exp $ +# $NetBSD: Makefile,v 1.3 2015/02/23 18:28:52 joerg Exp $ DISTNAME= texlive-20091011-source PKGNAME= pdvipsk-5.98pl1.7b @@ -22,6 +22,9 @@ USE_LIBTOOL= yes USE_TOOLS+= patch WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvipsk +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/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 \ diff --git a/print/web2c/Makefile b/print/web2c/Makefile index 5b31aac20d3..0e393a36729 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/01/08 10:20:36 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/02/23 18:28:52 joerg Exp $ DISTNAME= texlive-20130530-source PKGNAME= web2c-2013 @@ -27,6 +27,9 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake lex yacc pkg-config WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c +CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess +CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub + CONFIGURE_ARGS+= --disable-luatex CONFIGURE_ARGS+= --disable-xetex CONFIGURE_ARGS+= --with-x=no |