diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 22:23:21 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 22:23:21 +0000 |
commit | b4d9215797fae571fe1d7fea2aea593b93a9afa4 (patch) | |
tree | 2911a0853d89cabab3eed35f62b847f2f93ad4e5 /games | |
parent | 1622d07ad6873cb186d5f2e944569dd405219f61 (diff) | |
download | ports-b4d9215797fae571fe1d7fea2aea593b93a9afa4.tar.gz ports-b4d9215797fae571fe1d7fea2aea593b93a9afa4.zip |
Notes
Diffstat (limited to 'games')
-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: |