summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-01-21 18:06:34 +0000
committeradamw <adamw@FreeBSD.org>2005-01-21 18:06:34 +0000
commit104eb556d369a7dd0a8e71936c9f12c67a2b448b (patch)
tree45a6d5e28676edb0385f0b1840e3ab490c399de6 /www
parent66fbd3643fa34f6c5b0c54266e50a5b692ba68b9 (diff)
downloadFreeBSD-ports-104eb556d369a7dd0a8e71936c9f12c67a2b448b.zip
FreeBSD-ports-104eb556d369a7dd0a8e71936c9f12c67a2b448b.tar.gz
Unbreak with 4.x by setting USE_GCC=3.4.
PR: ports/76452 Submitted by: oliver
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-devel/Makefile2
-rw-r--r--www/seamonkey/Makefile2
-rw-r--r--www/seamonkey2/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 038fafd..82663b5 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -116,7 +116,7 @@ BROKEN= "Does not compile on ia64 or alpha"
.endif
.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
+USE_GCC= 3.4
.endif
.if defined(WITH_CAIRO_RENDER)
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 038fafd..82663b5 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -116,7 +116,7 @@ BROKEN= "Does not compile on ia64 or alpha"
.endif
.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
+USE_GCC= 3.4
.endif
.if defined(WITH_CAIRO_RENDER)
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 038fafd..82663b5 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -116,7 +116,7 @@ BROKEN= "Does not compile on ia64 or alpha"
.endif
.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
+USE_GCC= 3.4
.endif
.if defined(WITH_CAIRO_RENDER)
OpenPOWER on IntegriCloud