aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-14 04:25:48 +0800
committermarcus <marcus@FreeBSD.org>2004-10-14 04:25:48 +0800
commitbb045f61f76037bf2105686f5618e30901c1bc5c (patch)
treec6d5772f12b6d5595c98b651bba2f13896a9796f /www/firefox/Makefile
parentacb09abe6a317f90ee48e7ca21962180a049e18f (diff)
downloadfreebsd-ports-gnome-bb045f61f76037bf2105686f5618e30901c1bc5c.tar.gz
freebsd-ports-gnome-bb045f61f76037bf2105686f5618e30901c1bc5c.tar.zst
freebsd-ports-gnome-bb045f61f76037bf2105686f5618e30901c1bc5c.zip
Fix build with Perl 5.00503.
PR: 72632
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index d93b0795a297..fa578292843e 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb
IGNORE= "core dumps on alpha during post-build"
.endif
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
+.endif
+
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."