freebsd-ports/textproc/libxslt/files/patch-libxslt::xslt.h
Maxim Sobolev 43fb933edb Ensure that xslt.h includes all headers necessary. This should fix
p5-XML-LibXSLM and possibly other packages. Bump PORTREVISION.

Prompted by:	sheldonh
2001-12-06 12:10:27 +00:00

18 lines
314 B
C

$FreeBSD$
--- 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