summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-01-03 17:38:10 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-01-03 17:38:10 +0000
commiteb32b1d03db34a10755e67ef21d9bcad0752c068 (patch)
treef44b0e44e5b50d4404f6ef1cbc118e761d0f0197 /emulators
parentUpdate to 2.0.10 (diff)
Fix build on -CURRENT.
PR: 46722 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Notes
Notes: svn path=/head/; revision=72417
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/files/patch-dlls-winmm11
-rw-r--r--emulators/wine/files/patch-dlls-winmm11
2 files changed, 22 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/patch-dlls-winmm b/emulators/wine-devel/files/patch-dlls-winmm
new file mode 100644
index 000000000000..85696b6cdc8f
--- /dev/null
+++ b/emulators/wine-devel/files/patch-dlls-winmm
@@ -0,0 +1,11 @@
+--- dlls/winmm/tests/wave.c.orig Fri Jan 3 13:48:04 2003
++++ dlls/winmm/tests/wave.c Fri Jan 3 13:48:11 2003
+@@ -18,7 +18,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+
+ #include "wine/test.h"
diff --git a/emulators/wine/files/patch-dlls-winmm b/emulators/wine/files/patch-dlls-winmm
new file mode 100644
index 000000000000..85696b6cdc8f
--- /dev/null
+++ b/emulators/wine/files/patch-dlls-winmm
@@ -0,0 +1,11 @@
+--- dlls/winmm/tests/wave.c.orig Fri Jan 3 13:48:04 2003
++++ dlls/winmm/tests/wave.c Fri Jan 3 13:48:11 2003
+@@ -18,7 +18,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+
+ #include "wine/test.h"