diff options
Diffstat (limited to 'textproc/xerces-c/patches/patch-ai')
-rw-r--r-- | textproc/xerces-c/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/xerces-c/patches/patch-ai b/textproc/xerces-c/patches/patch-ai new file mode 100644 index 00000000000..9c42c258936 --- /dev/null +++ b/textproc/xerces-c/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1.1.1 2001/01/13 16:38:23 skrll Exp $ + +--- util/AutoSense.hpp.orig Sat Sep 30 18:37:28 2000 ++++ util/AutoSense.hpp +@@ -179,6 +179,8 @@ + #define XML_MACOSX + #elif defined(__alpha) && defined(__osf__) + #define XML_TRU64 ++#elif defined(__NetBSD__) ++ #define XML_NETBSD + #else + #error Code requires port to host OS! + #endif |