diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-01-17 12:44:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-01-17 12:44:07 +0000 |
commit | 2cea4ecb1713dc398c61503e6a58770c11f5867a (patch) | |
tree | f5f2336b874fcc1d082a244d4730b9c5a6ca3a0c | |
parent | [Maintainer Update]: misc/clex to version 3.1.7 (diff) |
Avoid use of FreeBSD's unique booby-trapped malloc.h.
Sposored by: David O'Brien and Sofia Pappatheodorou
-rw-r--r-- | www/mmosaic/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/mmosaic/Makefile b/www/mmosaic/Makefile index ac4e5913890a..2d1608d11dd5 100644 --- a/www/mmosaic/Makefile +++ b/www/mmosaic/Makefile @@ -26,6 +26,13 @@ USE_MOTIF= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mMosaic-src-${PORTVERSION} +post-patch: +.for ii in libhtmlw/HTML-PSformat.c libhtmlw/HTML.c libhtmlw/HTMLcolors.c \ + libmc/mc_obj.c libnut/list.c src/proxy-dialogs.c + ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig + ${GREP} -v malloc.h ${WRKSRC}/${ii}.orig > ${WRKSRC}/${ii} +.endfor + pre-install: ${ECHO_CMD} bin/mmosaic > ${PLIST} cd ${WRKSRC}/Copyrights; for i in `find * -type f`; do \ |