diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-15 17:11:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-15 17:11:32 +0000 |
commit | e87e69b622997335f488ac314dc5196e9c622447 (patch) | |
tree | a5d7adfd7f30720ed721c296e53f032e1b6ffcc2 | |
parent | fa5152c5eb55fe069494bf26d3544c51f07ee961 (diff) | |
download | freebsd-ports-e87e69b622997335f488ac314dc5196e9c622447.zip |
Only enable SVG support on 6.X and higher since it's still causing GCC
errors with GCC 3.4.2.
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox10/Makefile | 2 | ||||
-rw-r--r-- | www/firefox15/Makefile | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 2 | ||||
-rw-r--r-- | www/flock/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 92d6d059e983..916ed92930be 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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 diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 92d6d059e983..916ed92930be 100644 --- a/www/firefox/Makefile +++ b/www/firefox/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 diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 92d6d059e983..916ed92930be 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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 diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 92d6d059e983..916ed92930be 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/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 diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 92d6d059e983..916ed92930be 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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 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 |