diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-04-30 22:22:12 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-04-30 22:22:12 +0000 |
commit | a64004003a599341d7ff6732e36409c0a25e19a7 (patch) | |
tree | 94a8b7d54e94ff3fade0d4e1c4b36ddc94863087 /lang/gcc42 | |
parent | 937348d0fe9808c48c6bc4a1856fa655a815fa69 (diff) |
Disable the build on alpha.[1] Address some complaints by portlint.
Discussed with: kris [1]
Notes
Notes:
svn path=/head/; revision=134420
Diffstat (limited to 'lang/gcc42')
-rw-r--r-- | lang/gcc42/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index a70bc1b23ba6..1f5b6f36661a 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/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" |