[138538] trunk/dports/lang

larryv at macports.org larryv at macports.org
Sat Jul 11 10:56:37 PDT 2015


Revision: 138538
          https://trac.macports.org/changeset/138538
Author:   larryv at macports.org
Date:     2015-07-11 10:56:37 -0700 (Sat, 11 Jul 2015)
Log Message:
-----------
llvm-{3.3,3.4}: Fix reinplace broken by r136583 (#48319)

Makefile.config is now generated out of source.

Revision Links:
--------------
    https://trac.macports.org/changeset/136583

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.3/Portfile
    trunk/dports/lang/llvm-3.4/Portfile

Modified: trunk/dports/lang/llvm-3.3/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.3/Portfile	2015-07-11 17:08:45 UTC (rev 138537)
+++ trunk/dports/lang/llvm-3.3/Portfile	2015-07-11 17:56:37 UTC (rev 138538)
@@ -198,7 +198,7 @@
         build.cmd               ${prefix}/bin/gmake
 
         post-configure {
-            reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config
+            reinplace "/^RPATH/s/=.*/=/" ${configure.dir}/Makefile.config
         }
     }
 }

Modified: trunk/dports/lang/llvm-3.4/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.4/Portfile	2015-07-11 17:08:45 UTC (rev 138537)
+++ trunk/dports/lang/llvm-3.4/Portfile	2015-07-11 17:56:37 UTC (rev 138538)
@@ -252,7 +252,7 @@
         build.cmd               ${prefix}/bin/gmake
 
         post-configure {
-            reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config
+            reinplace "/^RPATH/s/=.*/=/" ${configure.dir}/Makefile.config
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150711/1d6d20c1/attachment.html>


More information about the macports-changes mailing list