[60184] trunk/dports/devel/xulrunner-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Nov 4 09:09:22 PST 2009


Revision: 60184
          http://trac.macports.org/changeset/60184
Author:   jeremyhu at macports.org
Date:     2009-11-04 09:09:22 -0800 (Wed, 04 Nov 2009)
Log Message:
-----------
xulrunner-devel: Correct naming of libmozjs.dylib

Modified Paths:
--------------
    trunk/dports/devel/xulrunner-devel/Portfile

Modified: trunk/dports/devel/xulrunner-devel/Portfile
===================================================================
--- trunk/dports/devel/xulrunner-devel/Portfile	2009-11-04 10:54:20 UTC (rev 60183)
+++ trunk/dports/devel/xulrunner-devel/Portfile	2009-11-04 17:09:22 UTC (rev 60184)
@@ -8,7 +8,7 @@
 categories      devel
 version		1.9.1.3
 #set ff_version         3.5
-revision        0
+revision        1
 platforms       darwin
 maintainers     jeremyhu openmaintainer
 description	Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
@@ -180,6 +180,8 @@
     # Set the right install_name on the libs
     reinplace "s:@executable_path:${prefix}/lib/${component}:g" ${worksrcpath}/config/rules.mk
     reinplace "s:@executable_path:${prefix}/lib/${component}:g" ${worksrcpath}/config/config.mk
+    reinplace "s:@executable_path:${prefix}/lib/${component}:g" ${worksrcpath}/js/src/config/config.mk
+    reinplace "s:@executable_path:${prefix}/lib/${component}:g" ${worksrcpath}/js/src/config/rules.mk
     reinplace "s:@executable_path:${prefix}/lib/${component}:g" ${worksrcpath}/nsprpub/configure.in
     reinplace "s:@executable_path:${prefix}/lib/${component}:g" ${worksrcpath}/nsprpub/configure
     reinplace "s:@executable_path:${prefix}/lib/${component}:g" ${worksrcpath}/security/coreconf/Darwin.mk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091104/431573df/attachment.html>


More information about the macports-changes mailing list