diff options
Diffstat (limited to 'textproc/unrtf/Makefile')
-rw-r--r-- | textproc/unrtf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index c77f445fa4e8..68d89269cebf 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -24,6 +24,7 @@ post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC| ; s|^CFLAGS|#CFLAGS| ; \ s|
||" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|<malloc\.h>|<stdlib.h>|" ${WRKSRC}/malloc.c + ${REINPLACE_CMD} -e 's/printf (op->\(.*\))/printf (op->\1 == NULL ? "" : op->\1)/' ${WRKSRC}/convert.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unrtf ${PREFIX}/bin |