diff options
author | junyoung <junyoung@pkgsrc.org> | 2002-04-12 17:45:43 +0000 |
---|---|---|
committer | junyoung <junyoung@pkgsrc.org> | 2002-04-12 17:45:43 +0000 |
commit | fd5f756e2b8df169a2e6d3ce22fa0cd199bf05d1 (patch) | |
tree | 417a28adef03173f66ad99ce77ff20311e962cd2 /emulators/wine/patches | |
parent | 83396d566cd3160560ed988e4a3db1d62deaf74e (diff) | |
download | pkgsrc-fd5f756e2b8df169a2e6d3ce22fa0cd199bf05d1.tar.gz |
Back out previous. Wine won't be able to run any nontrivial apps on
1.5.x releases due to lack of support for clone(2).
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r-- | emulators/wine/patches/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab deleted file mode 100644 index 98304aaadf8..00000000000 --- a/emulators/wine/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.8 2002/04/05 11:45:24 hubertf Exp $ - ---- library/port.c.orig Mon Jan 7 22:00:28 2002 -+++ library/port.c -@@ -38,6 +38,10 @@ - # include <stdint.h> - #endif - -+#ifdef __NetBSD__ -+#include <sys/inttypes.h> -+#endif -+ - /*********************************************************************** - * usleep - */ |