summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-10-04 08:01:14 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-10-04 08:01:14 +0000
commit67df5271ac8ab3a95d3ec363af7910adb8d0c351 (patch)
tree3350c12b3b7dfe733473b08cb8d4248e0f7dc284 /net-libs/libyahoo2/files
parentinitial import (diff)
downloadgentoo-2-67df5271ac8ab3a95d3ec363af7910adb8d0c351.tar.gz
gentoo-2-67df5271ac8ab3a95d3ec363af7910adb8d0c351.tar.bz2
gentoo-2-67df5271ac8ab3a95d3ec363af7910adb8d0c351.zip
initial import
Diffstat (limited to 'net-libs/libyahoo2/files')
-rw-r--r--net-libs/libyahoo2/files/digest-libyahoo2-0.7.21
-rw-r--r--net-libs/libyahoo2/files/sample_client.c-gentoo.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/libyahoo2/files/digest-libyahoo2-0.7.2 b/net-libs/libyahoo2/files/digest-libyahoo2-0.7.2
new file mode 100644
index 000000000000..85fad6de3cf1
--- /dev/null
+++ b/net-libs/libyahoo2/files/digest-libyahoo2-0.7.2
@@ -0,0 +1 @@
+MD5 e666b4d480d9d974714a11f254d0f1e6 libyahoo2-0.7.2.tar.gz 262029
diff --git a/net-libs/libyahoo2/files/sample_client.c-gentoo.patch b/net-libs/libyahoo2/files/sample_client.c-gentoo.patch
new file mode 100644
index 000000000000..4bfe6a3447cf
--- /dev/null
+++ b/net-libs/libyahoo2/files/sample_client.c-gentoo.patch
@@ -0,0 +1,11 @@
+--- libyahoo2-0.7.2/src/sample_client.c~ 2003-09-28 12:40:03.000000000 -0500
++++ libyahoo2-0.7.2/src/sample_client.c 2003-10-04 01:09:54.592275960 -0500
+@@ -654,7 +654,7 @@
+ }
+
+ void ext_yahoo_got_webcam_image(int id, const char *who,
+- unsigned char *image, unsigned int image_size, unsigned int real_size,
++ const unsigned char *image, unsigned int image_size, unsigned int real_size,
+ unsigned int timestamp)
+ {
+ static unsigned char *cur_image = NULL;