[BACK]Return to patch-aq CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / xerces-c / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/textproc/xerces-c/patches/Attic/patch-aq between version 1.1 and 1.2

version 1.1, 2005/12/31 00:56:42 version 1.2, 2006/08/10 13:44:22
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
 --- util/Platforms/Makefile.in.orig     2005-12-31 00:12:22.000000000 +0000  --- util/XercesDefs.hpp.orig    2005-09-07 16:55:50.000000000 +0100
 +++ util/Platforms/Makefile.in  +++ util/XercesDefs.hpp
 @@ -172,6 +172,9 @@ endif  @@ -266,6 +266,10 @@
  ifeq (${PLATFORM}, FREEBSD)   #include    <xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp>
      SUBMODULE = FreeBSD   #endif
  endif  
 +ifeq (${PLATFORM}, DRAGONFLY)  +#if defined(XML_DRAGONFLY)
 +    SUBMODULE = DragonFly  +#include    <xercesc/util/Platforms/DragonFly/DragonFlyDefs.hpp>
 +endif  +#endif
  ifeq (${PLATFORM}, NETBSD)  +
      SUBMODULE = NetBSD   #if defined(XML_OS390)
  endif   #include    <xercesc/util/Platforms/OS390/OS390Defs.hpp>
    #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>