summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/opensp/files/opensp-1.5.1-gcc41.patch')
-rw-r--r--app-text/opensp/files/opensp-1.5.1-gcc41.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/opensp/files/opensp-1.5.1-gcc41.patch b/app-text/opensp/files/opensp-1.5.1-gcc41.patch
new file mode 100644
index 000000000000..fa9b4397cefe
--- /dev/null
+++ b/app-text/opensp/files/opensp-1.5.1-gcc41.patch
@@ -0,0 +1,12 @@
+diff -dpruN --exclude='config*' OpenSP-1.5.1.orig/include/InternalInputSource.h OpenSP-1.5.1/include/InternalInputSource.h
+--- OpenSP-1.5.1.orig/include/InternalInputSource.h 2003-07-17 20:14:00.000000000 +0200
++++ OpenSP-1.5.1/include/InternalInputSource.h 2005-11-16 07:22:04.700397800 +0100
+@@ -34,7 +34,7 @@ public:
+ void pushCharRef(Char ch, const NamedCharRef &);
+ Boolean rewind(Messenger &);
+ const StringC *contents();
+- InternalInputSource *InternalInputSource::asInternalInputSource();
++ InternalInputSource *asInternalInputSource();
+ ~InternalInputSource();
+ private:
+ InternalInputSource(const InternalInputSource &); // undefined