diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-07 18:20:57 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-07 18:20:57 +0000 |
commit | 7a1c4f0d45fbaa85601d2477479ad54a65f80ad8 (patch) | |
tree | 37d98fca7a1e4515e754dbb18ee98005a17f5c49 /lang/gcc32/Makefile | |
parent | 373b2bbb8b905603547002baa1c3342bdbed008e (diff) |
Notes
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 50865704f411..f5d61f74d3b5 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} \ http://web.inter.NL.net/hcc/Haj.Ten.Brugge/:bc @@ -35,6 +35,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> +.if ${OSVERSION} > 502101 +EXTRA_PATCHES= ${FILESDIR}/extrapatch-gcc__config__freebsd-spec.h \ + ${FILESDIR}/extrapatch-libjava__configure +.endif .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "amd64" # libgcj is built on all platforms except sparc64 and ia64 and amd64 |