summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authortaya <taya>2005-05-14 15:27:10 +0000
committertaya <taya>2005-05-14 15:27:10 +0000
commit527dd2d42b61ccecce124549c59523aa019ccce7 (patch)
tree7426d9bebe4d45f1fd8ca11e165164be86a543f1 /www/firefox/Makefile
parent161c7f9e41cf20b4a5d3a134c1f9418550d864b0 (diff)
downloadpkgsrc-527dd2d42b61ccecce124549c59523aa019ccce7.tar.gz
Update firefox & firefox-gtk1 to 1.0.4.
This is a security fix release. Fixed vulnerabilities are follows: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 4c1020f91f5..9f0898d3a40 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/02 14:38:14 abs Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/14 15:27:10 taya Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
@@ -8,4 +8,14 @@ COMMENT= Lightweight gecko-based web browser
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
+PKGCONFIG_OVERRIDE+= build/unix/firefox-gtkmozembed.pc
+PKGCONFIG_OVERRIDE+= build/unix/firefox-js.pc
+PKGCONFIG_OVERRIDE+= build/unix/firefox-nspr.pc
+PKGCONFIG_OVERRIDE+= build/unix/firefox-nss.pc
+PKGCONFIG_OVERRIDE+= build/unix/firefox-plugin.pc
+PKGCONFIG_OVERRIDE+= build/unix/firefox-xpcom.pc
+# Some .pc files are filled in by the build process, so we can't fix the
+# rpaths until this has happened.
+PKGCONFIG_OVERRIDE_STAGE= post-build
+
.include "../../www/firefox/Makefile-firefox.common"