[64203] trunk/dports/lang

jmr at macports.org jmr at macports.org
Thu Feb 25 07:30:41 PST 2010


Revision: 64203
          http://trac.macports.org/changeset/64203
Author:   jmr at macports.org
Date:     2010-02-25 07:30:38 -0800 (Thu, 25 Feb 2010)
Log Message:
-----------
perl5.8, perl5.10: ld arch flags

Modified Paths:
--------------
    trunk/dports/lang/perl5.10/Portfile
    trunk/dports/lang/perl5.8/Portfile

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2010-02-25 14:54:05 UTC (rev 64202)
+++ trunk/dports/lang/perl5.10/Portfile	2010-02-25 15:30:38 UTC (rev 64203)
@@ -70,6 +70,8 @@
     post-configure {
         system "cd ${worksrcpath} && ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed"
     }
+} elseif {![info exists configure.ld_archflags]} {
+    eval configure.ldflags-append ${configure.cc_archflags}
 }
 
 test.run            yes

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2010-02-25 14:54:05 UTC (rev 64202)
+++ trunk/dports/lang/perl5.8/Portfile	2010-02-25 15:30:38 UTC (rev 64203)
@@ -80,6 +80,8 @@
     post-configure {
         system "cd ${worksrcpath} && ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed"
     }
+}  elseif {![info exists configure.ld_archflags]} {
+    eval configure.ldflags-append ${configure.cc_archflags}
 }
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100225/7ac3e3e2/attachment.html>


More information about the macports-changes mailing list