20 Jan 10:31
BSDBuild: r935 - trunk/BSDBuild
Author: vedge
Date: 2012-01-20 04:31:32 -0500 (Fri, 20 Jan 2012)
New Revision: 935
Modified:
trunk/BSDBuild/iconv.pm
Log:
fix -liconv test
Modified: trunk/BSDBuild/iconv.pm
===================================================================
--- trunk/BSDBuild/iconv.pm 2012-01-20 08:57:46 UTC (rev 934)
+++ trunk/BSDBuild/iconv.pm 2012-01-20 09:31:32 UTC (rev 935)
@@ -106,7 +106,7 @@
MkEndif;
MkCompileC('HAVE_ICONV', '${ICONV_CFLAGS} -Wno-cast-qual',
'${ICONV_LIBS}', $testCode);
- MkIfTrue('${HAVE_ICONV}');
+ MkIfFalse('${HAVE_ICONV}');
MkPrintN('checking for iconv() in -liconv (const)...');
MkCompileC('HAVE_ICONV', '${ICONV_CFLAGS} -Wno-cast-qual',
'${ICONV_LIBS}', $testConstCode);
@@ -131,7 +131,7 @@
BEGIN
{
- $DESCR{'iconv'} = 'iconv()';
+ $DESCR{'iconv'} = 'iconv() in libc';
$TESTS{'iconv'} = \&Test;
$DEPS{'iconv'} = 'cc';
(Continue reading)
RSS Feed