diff options
author | gerald <gerald@FreeBSD.org> | 2005-05-01 06:22:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-05-01 06:22:12 +0800 |
commit | 74792cb5360badc85fdc19ac4377fc8da905e631 (patch) | |
tree | c7ab060721ef42caf3e82f1f9d1b12478a891981 /lang/gcc | |
parent | 1f751a1369223e95fc3216ac02a557e75f7888bb (diff) | |
download | freebsd-ports-gnome-74792cb5360badc85fdc19ac4377fc8da905e631.tar.gz freebsd-ports-gnome-74792cb5360badc85fdc19ac4377fc8da905e631.tar.zst freebsd-ports-gnome-74792cb5360badc85fdc19ac4377fc8da905e631.zip |
Disable the build on alpha.[1] Address some complaints by portlint.
Discussed with: kris [1]
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index a70bc1b23ba6..1f5b6f36661a 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/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" |