1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Ensure that xslt.h includes all headers necessary. This should fix

p5-XML-LibXSLM and possibly other packages. Bump PORTREVISION.

Prompted by:	sheldonh
This commit is contained in:
Maxim Sobolev 2001-12-06 12:10:27 +00:00
parent af27c52aa3
commit 43fb933edb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51129
2 changed files with 19 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= libxslt
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxslt

View File

@ -0,0 +1,18 @@
$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