[142844] trunk/dports/lang/libcxxabi/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 07:28:32 PST 2015


Revision: 142844
          https://trac.macports.org/changeset/142844
Author:   jeremyhu at macports.org
Date:     2015-11-24 11:13:39 -0800 (Tue, 24 Nov 2015)
Log Message:
-----------
libcxxabi: Install missing header

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

Modified: trunk/dports/lang/libcxxabi/Portfile
===================================================================
--- trunk/dports/lang/libcxxabi/Portfile	2015-11-24 19:02:50 UTC (rev 142843)
+++ trunk/dports/lang/libcxxabi/Portfile	2015-11-24 19:13:39 UTC (rev 142844)
@@ -5,6 +5,7 @@
 
 name                    libcxxabi
 version                 3.7.0
+revision                1
 epoch                   1
 categories              lang
 platforms               darwin
@@ -116,6 +117,7 @@
         xinstall -m 755 ${worksrcpath}/lib/libc++abi.dylib ${destroot}${roots_path}/${root_name}/usr/lib
 
         xinstall -m 755 -d ${destroot}${roots_path}/${root_name}/usr/include
+        xinstall -m 644 ${worksrcpath}/include/__cxxabi_config.h ${destroot}${roots_path}/${root_name}/usr/include
         xinstall -m 644 ${worksrcpath}/include/cxxabi.h ${destroot}${roots_path}/${root_name}/usr/include
 
         system "cd ${destroot}${roots_path}/${root_name} && tar czf ../${root_name}.tgz ."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2ce95462/attachment-0001.html>


More information about the macports-changes mailing list