Fix up config.guess/config.sub.

This commit is contained in:
joerg 2015-02-24 21:44:35 +00:00
parent 29ff13db76
commit 25f5a4f491
3 changed files with 12 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2013/11/12 21:07:03 minskim Exp $
# $NetBSD: Makefile,v 1.8 2015/02/24 21:44:35 joerg Exp $
DISTNAME= texlive-20130530-source
PKGNAME= gsftopkk-1.19.2
@ -22,6 +22,9 @@ USE_LIBTOOL= yes
USE_TOOLS+= gs:run
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/gsftopk
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

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.43 2013/11/19 00:02:49 minskim Exp $
# $NetBSD: Makefile,v 1.44 2015/02/24 21:44:35 joerg Exp $
DISTNAME= texlive-20130530-source
PKGNAME= dvipdfmx-20130405
@ -23,6 +23,9 @@ GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvipdfmx
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

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2014/07/18 04:49:42 dbj Exp $
# $NetBSD: Makefile,v 1.16 2015/02/24 21:44:35 joerg Exp $
DISTNAME= texlive-20130530-source
PKGNAME= xdvik-22.86
@ -27,6 +27,9 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/xdvik
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
FIND_PREFIX:= TEX_XDVI_PREFIX=tex-xdvi
.include "../../mk/find-prefix.mk"