aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 12:35:41 +0800
committerkris <kris@FreeBSD.org>2002-03-31 12:35:41 +0800
commitb9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c (patch)
tree6ea777717af3b6bd0e93a50b80296421af47dcee /databases
parentd2996296b6b1eeaf335174e75735d56fec52a423 (diff)
downloadfreebsd-ports-gnome-b9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c.tar.gz
freebsd-ports-gnome-b9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c.tar.zst
freebsd-ports-gnome-b9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c.zip
Remove #include <malloc.h>
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-gui/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysql-gui/Makefile b/databases/mysql-gui/Makefile
index 7074fb5ae223..a9928f384d70 100644
--- a/databases/mysql-gui/Makefile
+++ b/databases/mysql-gui/Makefile
@@ -41,6 +41,8 @@ remove-inc:
.endfor
pre-patch: copy-inc
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/Fl_Help.cc
copy-inc:
.for file in ${NEW_FILES}