[svn:parrot] r43477 - trunk/config/auto

tene at svn.parrot.org tene at svn.parrot.org
Tue Jan 19 06:50:13 UTC 2010


Author: tene
Date: Tue Jan 19 06:50:09 2010
New Revision: 43477
URL: https://trac.parrot.org/parrot/changeset/43477

Log:
Minor workaround for an extra newline with icu-config on my platform that breaks the build for me.

Modified:
   trunk/config/auto/icu.pm

Modified: trunk/config/auto/icu.pm
==============================================================================
--- trunk/config/auto/icu.pm	Tue Jan 19 00:14:03 2010	(r43476)
+++ trunk/config/auto/icu.pm	Tue Jan 19 06:50:09 2010	(r43477)
@@ -288,6 +288,7 @@
         print "Trying $arg->{icuconfig} with '--ldflags'\n"
             if $arg->{verbose};
         $icushared = capture_output("$arg->{icuconfig} --ldflags");
+        chomp $icushared;
         print "icushared:  captured $icushared\n"
             if $arg->{verbose};
         ($icushared, $arg->{without}) =


More information about the parrot-commits mailing list