[csw-devel] SF.net SVN: gar:[3554] csw/mgar/pkg/php5/trunk/extensions/php5_iconv/files/ iconv.diff
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Mon Mar 2 20:34:04 CET 2009
Revision: 3554
http://gar.svn.sourceforge.net/gar/?rev=3554&view=rev
Author: valholla
Date: 2009-03-02 19:34:04 +0000 (Mon, 02 Mar 2009)
Log Message:
-----------
iconv patch
Added Paths:
-----------
csw/mgar/pkg/php5/trunk/extensions/php5_iconv/files/iconv.diff
Added: csw/mgar/pkg/php5/trunk/extensions/php5_iconv/files/iconv.diff
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_iconv/files/iconv.diff (rev 0)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/files/iconv.diff 2009-03-02 19:34:04 UTC (rev 3554)
@@ -0,0 +1,19 @@
+--- php-5.2.6/ext/iconv/iconv.c.orig 2009-03-02 13:22:39.048498744 -0600
++++ php-5.2.6/ext/iconv/iconv.c 2009-03-02 13:21:25.719941997 -0600
+@@ -41,12 +41,15 @@
+
+ #ifdef HAVE_ICONV
+
++/*
+ #ifdef PHP_ICONV_H_PATH
+ #include PHP_ICONV_H_PATH
+ #else
++*/
+ #include <iconv.h>
++/*
+ #endif
+-
++*/
+ #ifdef HAVE_GLIBC_ICONV
+ #include <gnu/libc-version.h>
+ #endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list