[64828] trunk/dports/sysutils/getopt/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 16 02:23:55 PDT 2010


Revision: 64828
          http://trac.macports.org/changeset/64828
Author:   ryandesign at macports.org
Date:     2010-03-16 02:23:55 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
getopt: fix universal build on Tiger PPC; see #23845

Modified Paths:
--------------
    trunk/dports/sysutils/getopt/Portfile

Modified: trunk/dports/sysutils/getopt/Portfile
===================================================================
--- trunk/dports/sysutils/getopt/Portfile	2010-03-16 09:17:10 UTC (rev 64827)
+++ trunk/dports/sysutils/getopt/Portfile	2010-03-16 09:23:55 UTC (rev 64828)
@@ -47,6 +47,10 @@
 		${destroot}${docdir}
 }
 
+platform darwin 8 powerpc {
+    configure.universal_ldflags-append -liconv
+}
+
 variant universal {
     post-patch {
         reinplace -E "/^CFLAGS/s|\$| ${configure.universal_cflags}|" ${worksrcpath}/Makefile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/9e88fa25/attachment.html>


More information about the macports-changes mailing list