diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-12 07:34:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-12 07:34:11 +0800 |
commit | 819b2f0ea8a6c94d93e8d951739763ab87a1695b (patch) | |
tree | 975c6c9f916d92b07c6d5c111f7c2664d1ee0ff3 /lang | |
parent | 6b1d4878a1b8fddf17f11a07f39ab9b81d95c9ed (diff) | |
download | freebsd-ports-gnome-819b2f0ea8a6c94d93e8d951739763ab87a1695b.tar.gz freebsd-ports-gnome-819b2f0ea8a6c94d93e8d951739763ab87a1695b.tar.zst freebsd-ports-gnome-819b2f0ea8a6c94d93e8d951739763ab87a1695b.zip |
Enable build on ia64 to see what happens.
Hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc42/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 48481cc42f24..9d183f2dcf20 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} -NOT_FOR_ARCHS= ia64 powerpc +NOT_FOR_ARCHS= powerpc USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes |