Browse Source

try new version, hopefully it runs better

master
parent
commit
f35ea43038
  1. 12
      wine/wine.patch
  2. 4
      wine/wine.spec

12
wine/wine.patch

@ -21,15 +21,3 @@
y.tab.c y.tab.h: sql.y
$(YACC) -d -t $(SRCDIR)/sql.y
Index: loader/kthread.c
--- loader/kthread.c.orig 2003-11-09 02:25:23.000000000 +0100
+++ loader/kthread.c 2003-12-28 10:30:13.000000000 +0100
@@ -300,7 +300,7 @@
"ret;\n"
"1:\n\t" /* parent -> caller thread */
"addl $8,%%esp" :
- : "r" (sp), "g" (SYS_rfork), "g" (RFPROC | RFMEM)
+ : "r" (sp), "g" (SYS_rfork), "g" (RFPROC | RFMEM | RFTHREAD)
: "eax", "edx");
return 0;
}

4
wine/wine.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: XWindow
License: LGPL
Version: 20031118
Release: 20031228
Version: 20040121
Release: 20040123
# list of sources
Source0: http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz

Loading…
Cancel
Save