diff options
author | gerald <gerald@FreeBSD.org> | 2003-01-03 17:38:10 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-01-03 17:38:10 +0000 |
commit | 1eb9a0ba71b35edc0eb4561dc5a6729c1b77bb0e (patch) | |
tree | 1f7f7a8a11794808d2edaf496635f3626442aec9 /emulators | |
parent | 881eeeb7fd3abe04a0d51ae8747805afa0d6c05a (diff) | |
download | FreeBSD-ports-1eb9a0ba71b35edc0eb4561dc5a6729c1b77bb0e.zip FreeBSD-ports-1eb9a0ba71b35edc0eb4561dc5a6729c1b77bb0e.tar.gz |
Fix build on -CURRENT.
PR: 46722
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/files/patch-dlls-winmm | 11 | ||||
-rw-r--r-- | emulators/wine/files/patch-dlls-winmm | 11 |
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 0000000..85696b6 --- /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 0000000..85696b6 --- /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" |