diff options
author | gerald <gerald@FreeBSD.org> | 2008-11-24 05:05:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-11-24 05:05:33 +0800 |
commit | 3e626ae60b0e4a2585000c1ea566e98d5b54f44a (patch) | |
tree | 01e5739457f44dabe5e9281a9f7717891ab6782d /lang | |
parent | 6d3a67433daf44f84d6d0ef57aa63c92676a26c1 (diff) | |
download | freebsd-ports-graphics-3e626ae60b0e4a2585000c1ea566e98d5b54f44a.tar.gz freebsd-ports-graphics-3e626ae60b0e4a2585000c1ea566e98d5b54f44a.tar.zst freebsd-ports-graphics-3e626ae60b0e4a2585000c1ea566e98d5b54f44a.zip |
Add sparc64 to NOT_FOR_ARCHS. (Nothing really should use this port at
this point anyway, and we're down to six abandoned other ports overall.)
Reported by: pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 9d935638d30..e53f40931e0 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -24,7 +24,7 @@ COMMENT= GNU Compiler Collection 3.3 SUFFIX= 33 LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX} -NOT_FOR_ARCHS= amd64 +NOT_FOR_ARCHS= amd64 sparc64 USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes |