diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-04-23 14:35:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-04-23 14:35:52 +0000 |
commit | e46deb0583fa447984f3789cfa8cd042876e29c2 (patch) | |
tree | 537e348386b431183ffd47d4db36550f88baf24b /textproc/libxslt/files/patch-ab | |
parent | Update to 0.2 (diff) |
Update to 0.7.0
Notes
Notes:
svn path=/head/; revision=41828
Diffstat (limited to 'textproc/libxslt/files/patch-ab')
-rw-r--r-- | textproc/libxslt/files/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/libxslt/files/patch-ab b/textproc/libxslt/files/patch-ab new file mode 100644 index 000000000000..9e1b2046a7ed --- /dev/null +++ b/textproc/libxslt/files/patch-ab @@ -0,0 +1,8 @@ +--- libxslt/xsltconfig.h.in.orig Mon Mar 26 20:55:08 2001 ++++ libxslt/xsltconfig.h.in Thu Apr 19 22:20:46 2001 +@@ -23,3 +23,5 @@ + #ifdef __GNUC__ ++#ifndef __FreeBSD__ + #include <ansidecl.h> ++#endif + #ifndef ATTRIBUTE_UNUSED |