diff options
Diffstat (limited to 'lang/gcc42/Makefile')
-rw-r--r-- | lang/gcc42/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 434fc08a96d..4d36e3ef309 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20060422 +PORTREVISION= 20060506 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -44,10 +44,6 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> -.if ${ARCH} == ia64 || ${ARCH} == sparc64 -IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865 -.endif - .if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 WITHOUT_JAVA= yes .endif |