Revision
132579
Author
jmr@macports.org
Date
2015-02-04 21:13:23 -0800 (Wed, 04 Feb 2015)

Log Message

pypy: install libpypy-c.dylib

Modified Paths

Diff

Modified: trunk/dports/lang/pypy/Portfile (132578 => 132579)


--- 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'"