diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-21 18:06:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-21 18:06:34 +0000 |
commit | c6f95acab01ada9a79493bfeae78cf91dd69214f (patch) | |
tree | 4c0cb4b4feb760f4831f3348533ad079aca82569 /www/mozilla-devel/Makefile | |
parent | 85ace5a4eb642a328fb71e9b100216f7ecf3efca (diff) |
Unbreak with 4.x by setting USE_GCC=3.4.
PR: ports/76452
Submitted by: oliver
Notes
Notes:
svn path=/head/; revision=127038
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 038fafdd3269..82663b5bb54d 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) |