[49305] trunk/dports/www/firefox-x11-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 7 00:41:42 PDT 2009


Revision: 49305
          http://trac.macports.org/changeset/49305
Author:   jeremyhu at macports.org
Date:     2009-04-07 00:41:40 -0700 (Tue, 07 Apr 2009)
Log Message:
-----------
firefox-x11-devel: Search for plugins in ${prefix}/lib/nsplugins

Modified Paths:
--------------
    trunk/dports/www/firefox-x11-devel/Portfile

Modified: trunk/dports/www/firefox-x11-devel/Portfile
===================================================================
--- trunk/dports/www/firefox-x11-devel/Portfile	2009-04-07 07:01:41 UTC (rev 49304)
+++ trunk/dports/www/firefox-x11-devel/Portfile	2009-04-07 07:41:40 UTC (rev 49305)
@@ -6,6 +6,7 @@
 name            firefox-x11-devel
 categories      www x11
 version         3.1b3
+revision        1
 platforms       darwin
 maintainers     jeremyhu openmaintainer
 description     Mozilla.org's popular stand-alone web browser, Beta and Release Candidates
@@ -208,6 +209,9 @@
     reinplace "s:libesd.so.0:${prefix}/lib/libesd.0.dylib:" ${worksrcpath}/widget/src/gtk2/nsSound.cpp
     reinplace "s:libcanberra.so.0:${prefix}/lib/libcanberra.0.dylib:" ${worksrcpath}/widget/src/gtk2/nsSound.cpp
     reinplace "s:libgtk-x11-2.0.dylib:${prefix}/lib/libgtk-x11-2.0.dylib:" ${worksrcpath}/widget/src/gtk2/nsFilePicker.cpp
+
+    # Set our system plugins path
+    reinplace "s:/usr/lib/mozilla/plugins:${prefix}/lib/nsplugins:" ${worksrcpath}/xpcom/io/nsAppFileLocationProvider.cpp
 }
 
 configure.env \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090407/80b5fce0/attachment.html>


More information about the macports-changes mailing list