[132579] trunk/dports/lang/pypy/Portfile

jmr at macports.org jmr at macports.org
Wed Feb 4 21:13:23 PST 2015


Revision: 132579
          https://trac.macports.org/changeset/132579
Author:   jmr at macports.org
Date:     2015-02-04 21:13:23 -0800 (Wed, 04 Feb 2015)
Log Message:
-----------
pypy: install libpypy-c.dylib

Modified Paths:
--------------
    trunk/dports/lang/pypy/Portfile

Modified: trunk/dports/lang/pypy/Portfile
===================================================================
--- trunk/dports/lang/pypy/Portfile	2015-02-05 04:20:27 UTC (rev 132578)
+++ trunk/dports/lang/pypy/Portfile	2015-02-05 05:13:23 UTC (rev 132579)
@@ -102,6 +102,7 @@
     # library search paths changed quite inconveniently such that the binary
     # won't run if it's in ${prefix}/bin
     xinstall -m 755 ${build.dir}/pypy-c ${destroot}${prefix}/lib/${name}/pypy
+    xinstall ${build.dir}/libpypy-c.dylib ${destroot}${prefix}/lib/${name}
     ln -s ${prefix}/lib/${name}/pypy ${destroot}${prefix}/bin
     # some modules have to be compiled at this point
     system "${destroot}${prefix}/lib/${name}/pypy -c 'import _sqlite3; import _curses; import syslog'"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150204/ef622e08/attachment.html>


More information about the macports-changes mailing list