diff options
author | gerald <gerald@FreeBSD.org> | 2003-01-20 06:10:07 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-01-20 06:10:07 +0800 |
commit | 47d782e525e6d81e558535bd0e9be672a1c2c7e9 (patch) | |
tree | 41b33d7ada29e8b7758f7a282fe129d3e803a6ce /emulators/wine-devel | |
parent | 282906b64052aff01ec527b177834d7776dc02a2 (diff) | |
download | freebsd-ports-gnome-47d782e525e6d81e558535bd0e9be672a1c2c7e9.tar.gz freebsd-ports-gnome-47d782e525e6d81e558535bd0e9be672a1c2c7e9.tar.zst freebsd-ports-gnome-47d782e525e6d81e558535bd0e9be672a1c2c7e9.zip |
Fix a compilation problem on -CURRENT (again because /usr/include/malloc.h
disappeared).
PR: 47180
Approved by: obrien (mentor)
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/files/patch-dlls-dsound | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/patch-dlls-dsound b/emulators/wine-devel/files/patch-dlls-dsound new file mode 100644 index 000000000000..514354a126e9 --- /dev/null +++ b/emulators/wine-devel/files/patch-dlls-dsound @@ -0,0 +1,12 @@ +--- dlls/dsound/tests/dsound.c 16 Jan 2003 00:19:49 -0000 1.4 ++++ dlls/dsound/tests/dsound.c 19 Jan 2003 21:45:43 -0000 +@@ -18,8 +18,8 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include <malloc.h> + #include <math.h> ++#include <stdlib.h> + + #include "wine/test.h" + #include "dsound.h" |