1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

BROKEN on !i386: Configure fails

Approved by:    portmgr (implicit)
This commit is contained in:
Kris Kennaway 2006-03-06 20:33:56 +00:00
parent babcd8561c
commit 67f0d04819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156988

View File

@ -36,6 +36,12 @@ MAKE_ARGS= GCC_SRC="${GCC_DIR}" GCC_VERSION="${GCC_VER}" \
INSTALL_PROG="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Configure fails on !i386
.endif
post-extract: .SILENT
# Extract GCC distribution separately because of USE_ZIP/.tar.gz conflict
cd ${WRKDIR} && ${GZIP_CMD} -dc \
@ -56,4 +62,4 @@ do-configure:
cd ${GCC_DIR} && ./configure --target=saturn-local-hp48 \
--prefix=${PREFIX}
.include <bsd.port.mk>
.include <bsd.port.post.mk>