summaryrefslogtreecommitdiffstats
path: root/testing/opensp/opensp-1.5-InternalInputSource-fix.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-02-24 15:52:22 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-02-24 15:52:22 +0000
commit48ca78c67e04bf72d19bff98d074cd00072ff1a8 (patch)
tree8759857395aba47f4233873c386247b74fc82579 /testing/opensp/opensp-1.5-InternalInputSource-fix.patch
parent2bf3eba2ae475597bb7f20748e76b395bd68bbcd (diff)
downloadaports-48ca78c67e04bf72d19bff98d074cd00072ff1a8.tar.bz2
aports-48ca78c67e04bf72d19bff98d074cd00072ff1a8.tar.xz
testing/opensp: new aport
Implementation of DSSSL -- Document Style Semantics and Specification Language -- an ISO standard for formatting SGML (and XML) documents
Diffstat (limited to 'testing/opensp/opensp-1.5-InternalInputSource-fix.patch')
-rw-r--r--testing/opensp/opensp-1.5-InternalInputSource-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/opensp/opensp-1.5-InternalInputSource-fix.patch b/testing/opensp/opensp-1.5-InternalInputSource-fix.patch
new file mode 100644
index 000000000..0e8e39345
--- /dev/null
+++ b/testing/opensp/opensp-1.5-InternalInputSource-fix.patch
@@ -0,0 +1,11 @@
+--- a/include/InternalInputSource.h
++++ b/include/InternalInputSource.h
+@@ -34,7 +34,7 @@
+ void pushCharRef(Char ch, const NamedCharRef &);
+ Boolean rewind(Messenger &);
+ const StringC *contents();
+- InternalInputSource *InternalInputSource::asInternalInputSource();
++ InternalInputSource *asInternalInputSource();
+ ~InternalInputSource();
+ private:
+ InternalInputSource(const InternalInputSource &); // undefined