mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build on -CURRENT.
PR: 46722 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
This commit is contained in:
parent
fd1224483e
commit
eb32b1d03d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72417
2 changed files with 22 additions and 0 deletions
11
emulators/wine-devel/files/patch-dlls-winmm
Normal file
11
emulators/wine-devel/files/patch-dlls-winmm
Normal file
|
@ -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"
|
11
emulators/wine/files/patch-dlls-winmm
Normal file
11
emulators/wine/files/patch-dlls-winmm
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue