diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-20 23:20:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-20 23:20:02 +0000 |
commit | 48643e47d0db8adda9a4cf6b144bc9c92bb781ee (patch) | |
tree | 2ca77f77483634129b7805c17363ee36282ff0ef /graphics/sodipodi | |
parent | 47ec08b29dc39faa7a9ceff24b95e32976270f97 (diff) |
Fix build on -CURRENT.
Reported by: Jeremy Messenger <mezz7@cox.net>
Notes
Notes:
svn path=/head/; revision=83383
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 63f10ad14602..081ce38add1d 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -27,4 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 MAN1= sodipodi.1 +post-patch: + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ + ${WRKSRC}/src/helper/action.c + .include <bsd.port.mk> |