1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/games/openmortal/files/patch-src-gfx.cpp
Dmitry Marakasov daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00

12 lines
269 B
C++

--- src/gfx.cpp.orig Tue Sep 12 18:28:52 2006
+++ src/gfx.cpp Tue Sep 12 18:29:04 2006
@@ -7,7 +7,7 @@
***************************************************************************/
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "SDL.h"