aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc44/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2004-06-06 11:57:54 +0800
committergerald <gerald@FreeBSD.org>2004-06-06 11:57:54 +0800
commit7a497a9eabc13bf1eb24792a08e06a0f15b6c3bb (patch)
tree101faa2a36c7ad95f3dc5a7d801949186292c049 /lang/gcc44/Makefile
parentc1ba01d19eda6d410c24eab86ee314a8647be2ff (diff)
downloadfreebsd-ports-gnome-7a497a9eabc13bf1eb24792a08e06a0f15b6c3bb.tar.gz
freebsd-ports-gnome-7a497a9eabc13bf1eb24792a08e06a0f15b6c3bb.tar.zst
freebsd-ports-gnome-7a497a9eabc13bf1eb24792a08e06a0f15b6c3bb.zip
Update to the 2004-06-04 snapshot of GCC 3.4.1.
On the way, note that libgcj is not built on amd64.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r--lang/gcc44/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index 79d71f6f4ac6..38c65499d3ed 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -5,10 +5,10 @@
#
# $FreeBSD$
#
-SNAPDATE= 2004-04-14
+SNAPDATE= 2004-06-04
PORTNAME= gcc
-PORTVERSION= 3.4.0
+PORTVERSION= 3.4.1
PORTREVISION= ${SNAPDATE:S/-//g}
CATEGORIES= lang java
VERSIONSTRING= 3.4-${PORTREVISION}
@@ -46,7 +46,7 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif
-.if ${ARCH} == ia64 || ${ARCH} == sparc64
+.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_LIBJAVA= yes
.endif