diff options
author | adam <adam> | 2003-12-01 15:59:50 +0000 |
---|---|---|
committer | adam <adam> | 2003-12-01 15:59:50 +0000 |
commit | b318f2a1bcc275eb4709f7ade76c4d46a4eacc24 (patch) | |
tree | 22c5ba7a701f113114a45a106d4f583dfbab0825 /emulators/wine/patches | |
parent | 6d3c8d5feee297350fc46372eed3428f79005ead (diff) | |
download | pkgsrc-b318f2a1bcc275eb4709f7ade76c4d46a4eacc24.tar.gz |
Changes Wine-20031118:
- Many printing improvements.
- Run-time detection of NPTL threading.
- Lots of code merges from Crossover Office 2.1.
- Some reorganization of the source tree.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r-- | emulators/wine/patches/patch-ac | 8 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ae | 13 |
2 files changed, 4 insertions, 17 deletions
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac index 6bba2bf55fb..a9c6af465cf 100644 --- a/emulators/wine/patches/patch-ac +++ b/emulators/wine/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.8 2003/10/17 13:54:18 adam Exp $ +$NetBSD: patch-ac,v 1.9 2003/12/01 15:59:50 adam Exp $ ---- configure.orig 2003-10-17 00:46:13.000000000 +0200 +--- configure.orig 2003-11-19 05:00:07.000000000 +0100 +++ configure -@@ -15186,7 +15186,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c +@@ -15801,7 +15801,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.8 2003/10/17 13:54:18 adam Exp $ else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -@@ -16072,7 +16072,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c +@@ -16687,7 +16687,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae deleted file mode 100644 index 47d486638fb..00000000000 --- a/emulators/wine/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2003/09/15 10:52:26 adam Exp $ - ---- scheduler/pthread.c.orig 2003-09-15 11:23:23.000000000 +0200 -+++ scheduler/pthread.c -@@ -81,6 +81,8 @@ struct pthread_descr_struct - const void *tsd_data[MAX_TSD]; /* for libc internal tsd variables */ - }; - -+struct __res_state *__res_state(void); -+ - typedef struct pthread_descr_struct *pthread_descr; - - static struct pthread_descr_struct initial_descr; |