diff options
author | kris <kris@FreeBSD.org> | 2002-03-31 12:35:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-31 12:35:41 +0800 |
commit | b9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c (patch) | |
tree | 6ea777717af3b6bd0e93a50b80296421af47dcee /databases | |
parent | d2996296b6b1eeaf335174e75735d56fec52a423 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |