aboutsummaryrefslogtreecommitdiffstats
path: root/print/splix
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-11-02 04:32:56 +0800
committermarino <marino@FreeBSD.org>2013-11-02 04:32:56 +0800
commit20875dbc77ffeb0ccd0ffd9c3ec8c562ab808a06 (patch)
tree72d79332d1797ec838c3b9a5b975cd36d3f53d54 /print/splix
parentc849d5528cdc1251f77fd72b94260e7636cb55b7 (diff)
downloadfreebsd-ports-gnome-20875dbc77ffeb0ccd0ffd9c3ec8c562ab808a06.tar.gz
freebsd-ports-gnome-20875dbc77ffeb0ccd0ffd9c3ec8c562ab808a06.tar.zst
freebsd-ports-gnome-20875dbc77ffeb0ccd0ffd9c3ec8c562ab808a06.zip
print/splix: Fix C++ issues on gcc48
Diffstat (limited to 'print/splix')
-rw-r--r--print/splix/files/patch-src_ppdfile.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/splix/files/patch-src_ppdfile.cpp b/print/splix/files/patch-src_ppdfile.cpp
new file mode 100644
index 000000000000..beb08b146901
--- /dev/null
+++ b/print/splix/files/patch-src_ppdfile.cpp
@@ -0,0 +1,11 @@
+--- src/ppdfile.cpp.orig 2009-02-06 11:49:10.000000000 +0000
++++ src/ppdfile.cpp
+@@ -282,7 +282,7 @@ bool PPDFile::Value::operator != (const
+ * Opérateur d'assignation
+ * Assignment operator
+ */
+-void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
++void PPDFile::Value::operator = (const PPDFile::Value &val)
+ {
+ if (_preformatted)
+ delete[] _preformatted;