diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-11-16 12:39:21 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-11-16 12:39:21 +0000 |
commit | 730f5f1da152de4ccca5319d8b165beec7eb7ddb (patch) | |
tree | 78e0a773094ae157ce34a13472f67cc96dee49aa /dev-libs/libxslt/files | |
parent | Changed libxslt dep to 1.0.7-r1 cuz it needs the patched version to build (diff) | |
download | gentoo-2-730f5f1da152de4ccca5319d8b165beec7eb7ddb.tar.gz gentoo-2-730f5f1da152de4ccca5319d8b165beec7eb7ddb.tar.bz2 gentoo-2-730f5f1da152de4ccca5319d8b165beec7eb7ddb.zip |
A patch to define LIBXSLT_PUBLIC if undefined (this thing is only used on
win32 :/ but messes up all linux builds if not defined)
Diffstat (limited to 'dev-libs/libxslt/files')
-rw-r--r-- | dev-libs/libxslt/files/digest-libxslt-1.0.7-r1 | 1 | ||||
-rw-r--r-- | dev-libs/libxslt/files/libxslt-1.0.7-r1-gentoo.diff | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.7-r1 b/dev-libs/libxslt/files/digest-libxslt-1.0.7-r1 new file mode 100644 index 000000000000..3909a8dc6fd1 --- /dev/null +++ b/dev-libs/libxslt/files/digest-libxslt-1.0.7-r1 @@ -0,0 +1 @@ +MD5 864d62e35845e457cc0e08001a0965b6 libxslt-1.0.7.tar.gz 1990656 diff --git a/dev-libs/libxslt/files/libxslt-1.0.7-r1-gentoo.diff b/dev-libs/libxslt/files/libxslt-1.0.7-r1-gentoo.diff new file mode 100644 index 000000000000..d2db41cb101c --- /dev/null +++ b/dev-libs/libxslt/files/libxslt-1.0.7-r1-gentoo.diff @@ -0,0 +1,18 @@ +--- libxslt-1.0.7/libxslt/xslt.h.orig Fri Nov 16 13:31:46 2001 ++++ libxslt-1.0.7/libxslt/xslt.h Fri Nov 16 13:31:51 2001 +@@ -44,6 +44,15 @@ + #define XSLT_NAMESPACE ((xmlChar *) "http://www.w3.org/1999/XSL/Transform") + + /** ++ * LIBXSLT_PUBLIC: ++ * ++ * Macro used on Windows to tag public identifiers from shared libraries ++**/ ++#ifndef LIBXSLT_PUBLIC ++#define LIBXSLT_PUBLIC ++#endif ++ ++/** + * xsltMaxDepth: + * + * This value is used to detect templates loops |