diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-16 01:11:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-16 01:11:32 +0800 |
commit | c6cc4a836768f4df311bdafe2825c0dbfdaa9ca5 (patch) | |
tree | 044d9edc8b639bf34e0302260b7edd191de24c36 /www/flock | |
parent | 016ea93d2b0a99bc05d969eca38a9d105d00b8ee (diff) | |
download | freebsd-ports-gnome-c6cc4a836768f4df311bdafe2825c0dbfdaa9ca5.tar.gz freebsd-ports-gnome-c6cc4a836768f4df311bdafe2825c0dbfdaa9ca5.tar.zst freebsd-ports-gnome-c6cc4a836768f4df311bdafe2825c0dbfdaa9ca5.zip |
Only enable SVG support on 6.X and higher since it's still causing GCC
errors with GCC 3.4.2.
Diffstat (limited to 'www/flock')
-rw-r--r-- | www/flock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index 92d6d059e983..916ed92930be 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -50,7 +50,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ IGNORE= core dumps on alpha during post-build .endif -.if ${OSVERSION} >= 504101 +.if ${OSVERSION} >= 600000 MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo .endif |