summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-10-30 21:04:49 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-10-30 21:04:49 +0000
commit79dbb46eae9f2f9beec63d660be699297d2e17f6 (patch)
tree89cdf2a36ce795cd9070df8cbc363ed440a15045 /media-gfx/iv/files
parentversion update, unstable profile (diff)
downloadgentoo-2-79dbb46eae9f2f9beec63d660be699297d2e17f6.tar.gz
gentoo-2-79dbb46eae9f2f9beec63d660be699297d2e17f6.tar.bz2
gentoo-2-79dbb46eae9f2f9beec63d660be699297d2e17f6.zip
micropatch, see if it works in all profiles and stuff
Diffstat (limited to 'media-gfx/iv/files')
-rw-r--r--media-gfx/iv/files/digest-iv-0.1.9-r11
-rw-r--r--media-gfx/iv/files/iv-0.1.9-gentoo.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/iv/files/digest-iv-0.1.9-r1 b/media-gfx/iv/files/digest-iv-0.1.9-r1
new file mode 100644
index 000000000000..9a17620ce9dd
--- /dev/null
+++ b/media-gfx/iv/files/digest-iv-0.1.9-r1
@@ -0,0 +1 @@
+MD5 d4a658f06152569a3e4924a22bb015c3 iv-0.1.9.tar.bz2 420395
diff --git a/media-gfx/iv/files/iv-0.1.9-gentoo.patch b/media-gfx/iv/files/iv-0.1.9-gentoo.patch
new file mode 100644
index 000000000000..bf84ee140ef0
--- /dev/null
+++ b/media-gfx/iv/files/iv-0.1.9-gentoo.patch
@@ -0,0 +1,11 @@
+--- iv-0.1.9/include/xsw_ctype.h.old 2002-10-30 14:59:50.000000000 -0600
++++ iv-0.1.9/include/xsw_ctype.h 2002-10-30 14:59:10.000000000 -0600
+@@ -6,7 +6,7 @@
+
+ #ifndef isblank
+ //extern bool isblank(char c);
+-extern bool isblank(int c);
++extern int isblank(int c);
+ #endif
+
+ #else