summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-06-18 11:59:55 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-06-18 11:59:55 +0000
commitae30c8ea5c1665c03d13bf71a237f51fe0b9d844 (patch)
treec52aac1ee6880471230c59b6e15a0fa365f58013 /app-emulation/qemu-user/files
parentStable on alpha (diff)
downloadgentoo-2-ae30c8ea5c1665c03d13bf71a237f51fe0b9d844.tar.gz
gentoo-2-ae30c8ea5c1665c03d13bf71a237f51fe0b9d844.tar.bz2
gentoo-2-ae30c8ea5c1665c03d13bf71a237f51fe0b9d844.zip
Split ebuild part II - abi wrappers
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation/qemu-user/files')
-rw-r--r--app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r11
-rw-r--r--app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r1 b/app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r1
new file mode 100644
index 000000000000..fc0413b35b71
--- /dev/null
+++ b/app-emulation/qemu-user/files/digest-qemu-user-0.7.0-r1
@@ -0,0 +1 @@
+MD5 234e9ace03b00259bb57dc5a9c633056 qemu-0.7.0.tar.gz 1211802
diff --git a/app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch b/app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch
new file mode 100644
index 000000000000..291adc1725b5
--- /dev/null
+++ b/app-emulation/qemu-user/files/qemu-user-0.7.0-errno.patch
@@ -0,0 +1,11 @@
+diff -ruN qemu-0.7.0.orig/target-i386/helper2.c qemu-0.7.0/target-i386/helper2.c
+--- qemu-0.7.0.orig/target-i386/helper2.c 2005-04-27 22:52:05.000000000 +0200
++++ qemu-0.7.0/target-i386/helper2.c 2005-05-25 22:07:50.000000000 +0200
+@@ -17,6 +17,7 @@
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
++#include <errno.h>
+ #include <stdarg.h>
+ #include <stdlib.h>
+ #include <stdio.h>