aboutsummaryrefslogtreecommitdiff
path: root/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-11-11 16:14:06 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-11-11 16:14:06 +0000
commit56abff7dd02b7342e7982e29554a6104f9fca58a (patch)
tree640cb22e8a4c30ea11a376ecc101e1a4931b0c14 /textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp
parentf10f40490238e4f4d7aedb097b801150109a40df (diff)
downloadports-56abff7dd02b7342e7982e29554a6104f9fca58a.tar.gz
ports-56abff7dd02b7342e7982e29554a6104f9fca58a.zip
Xalan-C++ is an XSLT processor from the Apache XML Project.
It provides a shared library to transform XML documents into HTML, text or other XML document types from within your own application. WWW: http://xalan.apache.org/xalan-c/ PR: 204176 Submitted by: Roger Leigh <rleigh@codelibre.net>
Notes
Notes: svn path=/head/; revision=401253
Diffstat (limited to 'textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp')
-rw-r--r--textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp b/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp
new file mode 100644
index 000000000000..61f679c10581
--- /dev/null
+++ b/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp
@@ -0,0 +1,11 @@
+--- src/xalanc/PlatformSupport/XalanLocator.hpp.orig 2012-09-27 06:59:33 UTC
++++ src/xalanc/PlatformSupport/XalanLocator.hpp
+@@ -91,7 +91,7 @@ public:
+ const XalanDOMChar* theAlternateId = getEmptyPtr())
+ {
+ return theLocator == 0 ? theAlternateId : (theLocator->getSystemId() ?
+- theLocator->getPublicId() : theAlternateId);
++ theLocator->getSystemId() : theAlternateId);
+ }
+
+ /**