[97627] trunk/dports/lang/apple-gcc42/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 10 00:28:16 PDT 2012


Revision: 97627
          https://trac.macports.org/changeset/97627
Author:   jeremyhu at macports.org
Date:     2012-09-10 00:28:16 -0700 (Mon, 10 Sep 2012)
Log Message:
-----------
apple-gcc42: Don't provide a copy of the C++ runtime, so it will use the host's (#35770)

Modified Paths:
--------------
    trunk/dports/lang/apple-gcc42/Portfile

Modified: trunk/dports/lang/apple-gcc42/Portfile
===================================================================
--- trunk/dports/lang/apple-gcc42/Portfile	2012-09-10 07:23:58 UTC (rev 97626)
+++ trunk/dports/lang/apple-gcc42/Portfile	2012-09-10 07:28:16 UTC (rev 97627)
@@ -6,7 +6,7 @@
 name			apple-gcc42
 version			5666.3
 set gcc_version		4.2.1
-revision		7
+revision		8
 categories		lang
 platforms		darwin
 license         GPL-2
@@ -229,6 +229,9 @@
         ln -s ../../../../../bin/as ${destroot}${prefix}/libexec/${name}/gcc/i686-apple-darwin${os.major}/4.2.1/as
         delete ${destroot}${prefix}/libexec/${name}/gcc/i686-apple-darwin${os.major}/4.2.1/ld
         ln -s ../../../../../bin/ld ${destroot}${prefix}/libexec/${name}/gcc/i686-apple-darwin${os.major}/4.2.1/ld
+
+        # http://trac.macports.org/ticket/35770
+        delete  ${destroot}${prefix}/lib/${name}/gcc/i686-apple-darwin${os.major}/4.2.1/libstdc++.dylib
     }
 
     if {[string match "*ppc*" ${build_targets}]} {
@@ -236,6 +239,9 @@
         ln -s ../../../../../bin/as ${destroot}${prefix}/libexec/${name}/gcc/powerpc-apple-darwin${os.major}/4.2.1/as
         delete ${destroot}${prefix}/libexec/${name}/gcc/powerpc-apple-darwin${os.major}/4.2.1/ld
         ln -s ../../../../../bin/ld ${destroot}${prefix}/libexec/${name}/gcc/powerpc-apple-darwin${os.major}/4.2.1/ld
+
+        # http://trac.macports.org/ticket/35770
+        delete  ${destroot}${prefix}/lib/${name}/gcc/powerpc-apple-darwin${os.major}/4.2.1/libstdc++.dylib
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120910/be443cb3/attachment.html>


More information about the macports-changes mailing list