diff options
Diffstat (limited to 'www/firefox15')
-rw-r--r-- | www/firefox15/Makefile | 4 | ||||
-rw-r--r-- | www/firefox15/files/extra-patch-config_make-jars.pl | 10 |
2 files changed, 0 insertions, 14 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index d6159384b2eb..f0f7d3fd2170 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -63,10 +63,6 @@ IGNORE= core dumps on ${ARCH}, kern.osreldate>=601101 needed MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo .endif -.if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl -.endif - post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' \ <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop diff --git a/www/firefox15/files/extra-patch-config_make-jars.pl b/www/firefox15/files/extra-patch-config_make-jars.pl deleted file mode 100644 index a558607ca459..000000000000 --- a/www/firefox15/files/extra-patch-config_make-jars.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004 -+++ config/make-jars.pl Wed Oct 13 16:17:07 2004 -@@ -40,6 +40,7 @@ - last if ($arg eq "--"); - } - my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]); -+splice @ARGV, $ddindex, $#ARGV; - - getopts("d:s:t:f:avlD:o:p:xz:"); - |