CVSROOT: /cvs
Module name: ports
Changes by: [EMAIL PROTECTED] 2008/07/14 14:42:41
Modified files:
textproc/libxml1: Makefile
Added files:
textproc/libxml1/patches: patch-debugXML_c patch-xmlmemory_h
Log message:
Patch to #include more headers to fix missing prototypes, which
resulted in pointer truncation on LP64 arch.
patch-debugXML_c - string.h is wrapped in #ifdef, but the macro is
never set by autoconf. Most other source here unconditionally includes
string.h, so follow suit - fgsch@ would prefer mending configure.in.
Explanatory notes added to patch. ok [EMAIL PROTECTED]
patch-xmlmemory_h - stdlib.h missing. ok fgsch@ [EMAIL PROTECTED]