diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-06-29 07:16:53 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-06-29 07:16:53 +0800 |
commit | 3579948b267548ae70a475962fc5f4e50ddda00b (patch) | |
tree | f6be0d484f2fe98f0c26a616feffd8d2da591996 | |
parent | e4a82b477c1c9c2192f4905673b0b09ce1586f8c (diff) | |
download | freebsd-ports-gnome-3579948b267548ae70a475962fc5f4e50ddda00b.tar.gz freebsd-ports-gnome-3579948b267548ae70a475962fc5f4e50ddda00b.tar.zst freebsd-ports-gnome-3579948b267548ae70a475962fc5f4e50ddda00b.zip |
Unbreak on amd64 by copying config.{sub,guess} correctly.
Approved by: maintainer
Tested on the box from: AMD Developper Program
-rw-r--r-- | devel/apr/Makefile | 7 | ||||
-rw-r--r-- | devel/apr0/Makefile | 7 | ||||
-rw-r--r-- | devel/apr1/Makefile | 7 | ||||
-rw-r--r-- | devel/apr2/Makefile | 7 |
4 files changed, 24 insertions, 4 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index acf2479c9074..6959b03be4a8 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -120,7 +120,12 @@ post-extract: ${LN} -s apr-util-APU_0_9_BRANCH apr-util-${PORTVERSION} pre-configure: - ${DO_NADA} +.for d in apr apr-util +.for f in config.guess config.sub + ${CP} -f ${TEMPLATES}/${f} ${WRKDIR}/${d}-${PORTVERSION}/build/${f} + ${CHMOD} a+rx ${WRKDIR}/${d}-${PORTVERSION}/build/${f} +.endfor +.endfor run-autotools: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} LIBTOOL_M4=${LIBTOOL_M4} ${SH} ./buildconf diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index acf2479c9074..6959b03be4a8 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -120,7 +120,12 @@ post-extract: ${LN} -s apr-util-APU_0_9_BRANCH apr-util-${PORTVERSION} pre-configure: - ${DO_NADA} +.for d in apr apr-util +.for f in config.guess config.sub + ${CP} -f ${TEMPLATES}/${f} ${WRKDIR}/${d}-${PORTVERSION}/build/${f} + ${CHMOD} a+rx ${WRKDIR}/${d}-${PORTVERSION}/build/${f} +.endfor +.endfor run-autotools: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} LIBTOOL_M4=${LIBTOOL_M4} ${SH} ./buildconf diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index acf2479c9074..6959b03be4a8 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -120,7 +120,12 @@ post-extract: ${LN} -s apr-util-APU_0_9_BRANCH apr-util-${PORTVERSION} pre-configure: - ${DO_NADA} +.for d in apr apr-util +.for f in config.guess config.sub + ${CP} -f ${TEMPLATES}/${f} ${WRKDIR}/${d}-${PORTVERSION}/build/${f} + ${CHMOD} a+rx ${WRKDIR}/${d}-${PORTVERSION}/build/${f} +.endfor +.endfor run-autotools: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} LIBTOOL_M4=${LIBTOOL_M4} ${SH} ./buildconf diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index acf2479c9074..6959b03be4a8 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -120,7 +120,12 @@ post-extract: ${LN} -s apr-util-APU_0_9_BRANCH apr-util-${PORTVERSION} pre-configure: - ${DO_NADA} +.for d in apr apr-util +.for f in config.guess config.sub + ${CP} -f ${TEMPLATES}/${f} ${WRKDIR}/${d}-${PORTVERSION}/build/${f} + ${CHMOD} a+rx ${WRKDIR}/${d}-${PORTVERSION}/build/${f} +.endfor +.endfor run-autotools: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} LIBTOOL_M4=${LIBTOOL_M4} ${SH} ./buildconf |