diff options
Diffstat (limited to 'lang/gcc35/Makefile')
-rw-r--r-- | lang/gcc35/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc35/Makefile b/lang/gcc35/Makefile index c07880a55db3..8ff31da6c6b5 100644 --- a/lang/gcc35/Makefile +++ b/lang/gcc35/Makefile @@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= "Configure broken due to renaming this architecture from x86_84." +# fscking Linux & GNU $*!% +CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif .if ${ARCH} == sparc64 @@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes WITHOUT_LIBJAVA= yes .endif -CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} - SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} WRKSRC= ${WRKDIR}/build SUFFIX= 34 |