[58345] trunk/dports/devel/readline/Portfile

blb at macports.org blb at macports.org
Sat Sep 26 17:33:44 PDT 2009


Revision: 58345
          http://trac.macports.org/changeset/58345
Author:   blb at macports.org
Date:     2009-09-26 17:33:40 -0700 (Sat, 26 Sep 2009)
Log Message:
-----------
devel/readline - set -arch flag in LDFLAGS as well, should fix #21609

Modified Paths:
--------------
    trunk/dports/devel/readline/Portfile

Modified: trunk/dports/devel/readline/Portfile
===================================================================
--- trunk/dports/devel/readline/Portfile	2009-09-26 23:53:46 UTC (rev 58344)
+++ trunk/dports/devel/readline/Portfile	2009-09-27 00:33:40 UTC (rev 58345)
@@ -94,6 +94,8 @@
         # Answers to questions configure can't determine without running a program.
         copy ${filespath}/config.cache ${worksrcpath} 
     }
+} else {
+    configure.ldflags-append   "-arch ${configure.build_arch}"
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090926/7ea4de54/attachment.html>


More information about the macports-changes mailing list