[133760] trunk/dports/lang/python35/Portfile

mmoll at macports.org mmoll at macports.org
Tue Mar 10 14:22:26 PDT 2015


Revision: 133760
          https://trac.macports.org/changeset/133760
Author:   mmoll at macports.org
Date:     2015-03-10 14:22:26 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
python35: correctly use patch for default library path

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

Modified: trunk/dports/lang/python35/Portfile
===================================================================
--- trunk/dports/lang/python35/Portfile	2015-03-10 21:21:07 UTC (rev 133759)
+++ trunk/dports/lang/python35/Portfile	2015-03-10 21:22:26 UTC (rev 133760)
@@ -62,7 +62,9 @@
 use_parallel_build      yes
 
 post-patch {
-   reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Lib/cgi.py
+   reinplace "s|@@PREFIX@@|${prefix}|g" \
+       ${worksrcpath}/Lib/cgi.py
+       ${worksrcpath}/Lib/ctypes/macholib/dyld.py
 
    reinplace "s|/setup.py|/setup.py --no-user-cfg|" ${worksrcpath}/Makefile.pre.in
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150310/2a3b8880/attachment.html>


More information about the macports-changes mailing list