diff options
Diffstat (limited to 'textproc/libxslt/files/patch-libxslt::xslt.h')
-rw-r--r-- | textproc/libxslt/files/patch-libxslt::xslt.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/libxslt/files/patch-libxslt::xslt.h b/textproc/libxslt/files/patch-libxslt::xslt.h new file mode 100644 index 000000000..88446294b --- /dev/null +++ b/textproc/libxslt/files/patch-libxslt::xslt.h @@ -0,0 +1,18 @@ + +$FreeBSD: ports/textproc/libxslt/files/patch-libxslt::xslt.h,v 1.1 2001/12/06 12:10:27 sobomax Exp $ + +--- libxslt/xslt.h 2001/12/06 12:04:42 1.1 ++++ libxslt/xslt.h 2001/12/06 12:07:32 +@@ -11,6 +11,12 @@ + + #include <libxml/tree.h> + ++#if defined(WIN32) && defined(_MSC_VER) ++#include <libxslt/xsltwin32config.h> ++#else ++#include <libxslt/xsltconfig.h> ++#endif ++ + #ifdef __cplusplus + extern "C" { + #endif |