aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc45
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-04-30 22:22:12 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-04-30 22:22:12 +0000
commita64004003a599341d7ff6732e36409c0a25e19a7 (patch)
tree94a8b7d54e94ff3fade0d4e1c4b36ddc94863087 /lang/gcc45
parent937348d0fe9808c48c6bc4a1856fa655a815fa69 (diff)
downloadports-a64004003a599341d7ff6732e36409c0a25e19a7.tar.gz
ports-a64004003a599341d7ff6732e36409c0a25e19a7.zip
Notes
Diffstat (limited to 'lang/gcc45')
-rw-r--r--lang/gcc45/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile
index a70bc1b23ba6..1f5b6f36661a 100644
--- a/lang/gcc45/Makefile
+++ b/lang/gcc45/Makefile
@@ -26,12 +26,12 @@ DISTFILES+= gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX}
MAINTAINER?= gerald@FreeBSD.org
COMMENT?= GNU Compiler Collection 4.1
-LATEST_LINK?= gcc41${PKGNAMESUFFIX}
-
.if defined(WITH_FORTRAN)
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
.endif
+LATEST_LINK?= gcc41${PKGNAMESUFFIX}
+NOT_FOR_ARCHS= alpha
USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
@@ -45,7 +45,7 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
-BROKEN= "Bootstrap fails with SPARC-specific error. Reported upstream as http://gcc.gnu.org/PR20633"
+BROKEN= "Bootstrap fails with SPARC-specific error. Reported upstream as http://gcc.gnu.org/PR20633"
.endif
.if ${ARCH} == "amd64"