aboutsummaryrefslogtreecommitdiff
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-20 23:20:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-20 23:20:02 +0000
commit48643e47d0db8adda9a4cf6b144bc9c92bb781ee (patch)
tree2ca77f77483634129b7805c17363ee36282ff0ef /graphics/sodipodi
parent47ec08b29dc39faa7a9ceff24b95e32976270f97 (diff)
downloadports-48643e47d0db8adda9a4cf6b144bc9c92bb781ee.tar.gz
ports-48643e47d0db8adda9a4cf6b144bc9c92bb781ee.zip
Notes
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile4
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>