aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 12:35:41 +0800
committerkris <kris@FreeBSD.org>2002-03-31 12:35:41 +0800
commitb9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c (patch)
tree6ea777717af3b6bd0e93a50b80296421af47dcee /x11-fm
parentd2996296b6b1eeaf335174e75735d56fec52a423 (diff)
downloadfreebsd-ports-graphics-b9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c.tar.gz
freebsd-ports-graphics-b9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c.tar.zst
freebsd-ports-graphics-b9ab3bf2f614da03f9827aeb8ef1ba7cf4f10c0c.zip
Remove #include <malloc.h>
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xnc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile
index ffe6771e24e..1280c3b2e27 100644
--- a/x11-fm/xnc/Makefile
+++ b/x11-fm/xnc/Makefile
@@ -35,6 +35,12 @@ INSTALLS_SHLIB= yes
MAN1= es.1 ives.1 vs.1 xjpegroot.1 xnc.1 xnlaunch.1
+pre-patch:
+ @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ ${WRKSRC}/image/picinfo.h ${WRKSRC}/jpeg/jmemdos.c \
+ ${WRKSRC}/libpng/ansi2knr.c ${WRKSRC}/libpng/pngconf.h \
+ ${WRKSRC}/zlib/zutil.h
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
>-2/+2 * Switch from hdf-4 to netcdf by default to make it packageable.thierry2007-04-251-3/+3 * - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-2/+2 * Fix typo which prevented the port installing with WITHOUT_JAVA=yvd2006-03-151-2/+0 * Conversion to a single libtool environment.ade2006-02-231-0/+1 * - 1) Set permissions as needed, thus opendx-samples won't change them;thierry2006-02-091-2/+6 * Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.thierry2006-01-311-1/+1 * - Upgrade to 4.4.0;thierry2006-01-291-19/+55 * Chase libversion bumb to libMagick.so.9edwin2006-01-05