summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/clinkcc/files')
-rw-r--r--net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch b/net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch
new file mode 100644
index 000000000000..b086e480e146
--- /dev/null
+++ b/net-libs/clinkcc/files/clinkcc-1.7.1-glibc-2.10.patch
@@ -0,0 +1,11 @@
+--- src/cybergarage/upnp/ssdp/SSDP.cpp.old 2009-07-20 15:52:39.000000000 +0000
++++ src/cybergarage/upnp/ssdp/SSDP.cpp 2009-07-20 15:53:52.000000000 +0000
+@@ -45,7 +45,7 @@
+
+ int CyberLink::SSDP::GetLeaseTime(const char *cacheCnt)
+ {
+- char *eqStrPos = strchr(cacheCnt, '=');
++ const char *eqStrPos = strchr(cacheCnt, '=');
+ if (eqStrPos == NULL)
+ return 0;
+ return atoi((eqStrPos + 1));