aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sodipodi/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-21 07:20:02 +0800
committermarcus <marcus@FreeBSD.org>2003-06-21 07:20:02 +0800
commitc5a0028d825a04ce045b151d6c59779105df6472 (patch)
tree98216894c4cc3fe2037840dbc13f95247d1ca104 /graphics/sodipodi/Makefile
parent1a28951788217d4018cba44cc25ce99ec9d34f34 (diff)
downloadfreebsd-ports-gnome-c5a0028d825a04ce045b151d6c59779105df6472.tar.gz
freebsd-ports-gnome-c5a0028d825a04ce045b151d6c59779105df6472.tar.zst
freebsd-ports-gnome-c5a0028d825a04ce045b151d6c59779105df6472.zip
Fix build on -CURRENT.
Reported by: Jeremy Messenger <mezz7@cox.net>
Diffstat (limited to 'graphics/sodipodi/Makefile')
-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>