summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 03:17:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 03:17:57 +0000
commitde772a83738b3405737270bf01f8a3c6b6c9ab9d (patch)
treeacb4e6bb8485266db657a0e9c484f3d2671a7555 /games
parentRemove #include <malloc.h> (diff)
Remove #include <malloc.h>. Port build still broken.
Notes
Notes: svn path=/head/; revision=57009
Diffstat (limited to 'games')
-rw-r--r--games/fgfs-base/Makefile3
-rw-r--r--games/flightgear-data/Makefile3
-rw-r--r--games/flightgear/Makefile3
-rw-r--r--games/gracer/Makefile4
4 files changed, 13 insertions, 0 deletions
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile
index a70555288268..896b636cf093 100644
--- a/games/fgfs-base/Makefile
+++ b/games/fgfs-base/Makefile
@@ -54,6 +54,9 @@ pre-patch:
for i in ${ADDPATCHES} ; do \
${PATCH} -s < $${i}; \
done )
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/Lib/XGL/xglUtils.c \
+ ${WRKSRC}/Lib/zlib/zutil.h
post-configure:
@find ${WRKSRC} -type f | xargs ${PERL} -pi -e \
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile
index a70555288268..896b636cf093 100644
--- a/games/flightgear-data/Makefile
+++ b/games/flightgear-data/Makefile
@@ -54,6 +54,9 @@ pre-patch:
for i in ${ADDPATCHES} ; do \
${PATCH} -s < $${i}; \
done )
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/Lib/XGL/xglUtils.c \
+ ${WRKSRC}/Lib/zlib/zutil.h
post-configure:
@find ${WRKSRC} -type f | xargs ${PERL} -pi -e \
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index a70555288268..896b636cf093 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -54,6 +54,9 @@ pre-patch:
for i in ${ADDPATCHES} ; do \
${PATCH} -s < $${i}; \
done )
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/Lib/XGL/xglUtils.c \
+ ${WRKSRC}/Lib/zlib/zutil.h
post-configure:
@find ${WRKSRC} -type f | xargs ${PERL} -pi -e \
diff --git a/games/gracer/Makefile b/games/gracer/Makefile
index bec53b2b82d9..024a11c84d98 100644
--- a/games/gracer/Makefile
+++ b/games/gracer/Makefile
@@ -30,4 +30,8 @@ USE_GMAKE= yes
USE_NEWGCC= yes
CONFIGURE_ARGS+= --with-plib=${X11BASE}
+pre-patch:
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/common/gr_memory.h
+
.include <bsd.port.mk>