mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
daffe00d4a
- 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
12 lines
269 B
C++
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"
|