From e87e69b622997335f488ac314dc5196e9c622447 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Thu, 15 Dec 2005 17:11:32 +0000 Subject: Only enable SVG support on 6.X and higher since it's still causing GCC errors with GCC 3.4.2. --- www/firefox-esr/Makefile | 2 +- www/firefox/Makefile | 2 +- www/firefox10/Makefile | 2 +- www/firefox15/Makefile | 2 +- www/firefox36/Makefile | 2 +- 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 -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0