diff options
author | petef <petef@FreeBSD.org> | 2002-06-08 06:23:21 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-08 06:23:21 +0800 |
commit | fe433c5500ca937d65a795b7813e620a8beff6c9 (patch) | |
tree | c76bb9ee1a89be9171f6816169833ca6500edfc8 /games/tinymux | |
parent | 1132f3a19db33f91d8a077b876ffcb6adc1441b7 (diff) | |
download | freebsd-ports-gnome-fe433c5500ca937d65a795b7813e620a8beff6c9.tar.gz freebsd-ports-gnome-fe433c5500ca937d65a795b7813e620a8beff6c9.tar.zst freebsd-ports-gnome-fe433c5500ca937d65a795b7813e620a8beff6c9.zip |
malloc.h -> stdlib.h
PR: 39013
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'games/tinymux')
-rw-r--r-- | games/tinymux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 735aacc18a1e..29f46c1dd6d9 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -24,6 +24,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-extract: @${RM} -f ${WRKSRC}/gdbm.h +post-patch: + @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c + # # Distribution does not include an install target. So here it is. do-install: |