aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-06-25 07:43:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-06-25 07:43:49 +0000
commitf3012dcd6c2f31fc5b089936a3eb53f8580a111f (patch)
tree54a36f219be768858f5149aa2b5cc832dac875e5 /devel/pwlib
parent50ccdebf3bc2b0ba1c179dae952e576721cd36ec (diff)
downloadports-f3012dcd6c2f31fc5b089936a3eb53f8580a111f.tar.gz
ports-f3012dcd6c2f31fc5b089936a3eb53f8580a111f.zip
Notes
Diffstat (limited to 'devel/pwlib')
-rw-r--r--devel/pwlib/files/patch-include-ptlib-array.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-include-ptlib-array.h b/devel/pwlib/files/patch-include-ptlib-array.h
new file mode 100644
index 000000000000..9f61e7575765
--- /dev/null
+++ b/devel/pwlib/files/patch-include-ptlib-array.h
@@ -0,0 +1,11 @@
+--- include/ptlib/array.h.orig 2011-06-23 00:28:13.000000000 +0200
++++ include/ptlib/array.h 2011-06-23 00:28:34.000000000 +0200
+@@ -644,7 +644,7 @@
+ T t;
+ stream >> t;
+ if (!stream.fail())
+- SetAt(index, t);
++ this->SetAt(index, t);
+ }
+ };
+