[gs-bugs] [Bug 690123] Failed to build ghostscript version 8.63 on
UNIX box
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Sat Jul 18 21:03:37 PDT 2009
http://bugs.ghostscript.com/show_bug.cgi?id=690123
alex.cherepanov at artifex.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex.cherepanov at artifex.com 2009-07-18 21:03 -------
Fix a typo in compile time flag that prevented GNU libiconv to emulate
system libiconv and caused link errors on the systems that use GNU headers
but system libraries.
Index: gs/contrib/opvp/gdevopvp.c
===================================================================
--- gs/contrib/opvp/gdevopvp.c (revision 9846)
+++ gs/contrib/opvp/gdevopvp.c (working copy)
@@ -33,7 +33,7 @@
/* Set compatibility flag just in case we have GNU iconv.h */
#ifndef USE_LIBICONV_GNU
-# define LIBCONV_PLUG
+# define LIBICONV_PLUG
#endif
#include <iconv.h>
This patch has been committed as a rev. 9871. Regression testing shows
no differences. By some reason this simple type was surprisingly
difficult to find.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list