summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-03 00:06:44 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-03 00:06:44 +0000
commitd602ff259c4e56b9955ce5ebfe99a099c5ec0272 (patch)
treed9977099b52e0d417cf67e9ff5b7d49e746c0073 /app-emulation/wine/files
parentnew version (diff)
downloadgentoo-2-d602ff259c4e56b9955ce5ebfe99a099c5ec0272.tar.gz
gentoo-2-d602ff259c4e56b9955ce5ebfe99a099c5ec0272.tar.bz2
gentoo-2-d602ff259c4e56b9955ce5ebfe99a099c5ec0272.zip
Version bump.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-emulation/wine/files')
-rw-r--r--app-emulation/wine/files/digest-wine-0.9.73
-rw-r--r--app-emulation/wine/files/wine-gentoo-no-ssp.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/app-emulation/wine/files/digest-wine-0.9.7 b/app-emulation/wine/files/digest-wine-0.9.7
new file mode 100644
index 000000000000..1bb8d6fede76
--- /dev/null
+++ b/app-emulation/wine/files/digest-wine-0.9.7
@@ -0,0 +1,3 @@
+MD5 92b9af6e2c108bda8d23497abd9d0356 wine-0.9.7.tar.bz2 10503641
+RMD160 4244d45f9167292301c4ba60417d7119567b000d wine-0.9.7.tar.bz2 10503641
+SHA256 c48bb18fd89b7ffd21931fcc258b8f3d8ce30f0a57c9e1a78569b6861fc1b1e4 wine-0.9.7.tar.bz2 10503641
diff --git a/app-emulation/wine/files/wine-gentoo-no-ssp.patch b/app-emulation/wine/files/wine-gentoo-no-ssp.patch
new file mode 100644
index 000000000000..4246adefd769
--- /dev/null
+++ b/app-emulation/wine/files/wine-gentoo-no-ssp.patch
@@ -0,0 +1,11 @@
+--- loader/preloader.c
++++ loader/preloader.c
+@@ -155,6 +155,8 @@ struct wld_link_map {
+
+ /* similar to the above but for -fstack-protector */
+ void *__stack_chk_guard = 0;
++void *__guard = 0;
++void __stack_smash_handler(void) { return; }
+ void __stack_chk_fail(void) { return; }
+
+ * The _start function is the entry and exit point of this program