[61295] trunk/dports/lang/qore/Portfile

davidnichols at macports.org davidnichols at macports.org
Tue Dec 8 00:59:51 PST 2009


Revision: 61295
          http://trac.macports.org/changeset/61295
Author:   davidnichols at macports.org
Date:     2009-12-08 00:59:42 -0800 (Tue, 08 Dec 2009)
Log Message:
-----------
on some machines (why, I don't know), the build fails, because the autoconf check for iconv() in libiconv fails with GNU iconv, and libiconv is not included in the link step, but we need it, so we turn it on anyway.  Platforms that build correctly without this fix are unaffected by the fix

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

Modified: trunk/dports/lang/qore/Portfile
===================================================================
--- trunk/dports/lang/qore/Portfile	2009-12-08 08:54:18 UTC (rev 61294)
+++ trunk/dports/lang/qore/Portfile	2009-12-08 08:59:42 UTC (rev 61295)
@@ -27,3 +27,6 @@
                     port:bzip2
 
 configure.args      --disable-debug --disable-static
+
+# the autoconf check for iconv() in libiconv fails with GNU iconv, but we need it, so we turn it on anyway
+configure.ldflags   -liconv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091208/d0ec0b40/attachment-0001.html>


More information about the macports-changes mailing list