diff options
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 1b2ced2..6009877 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -28,7 +28,7 @@ MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 fsck.8 \ post-patch: @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ 's|LIST_HEAD|LIN_LST_HEAD|g ; \ - s|et/com_err.h|com_err.h|g' + s|et/com_err.h|com_err.h|g ; s|<malloc.h>|<stdlib.h>|' post-install: ${MKDIR} ${PREFIX}/include/ext2fs |