diff options
Diffstat (limited to 'devel/openzz')
-rw-r--r-- | devel/openzz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile index 3617518656d1..d8e942a21f66 100644 --- a/devel/openzz/Makefile +++ b/devel/openzz/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -Wno-return-type +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c @${REINPLACE_CMD} -e "s/argv\[\]/*argv/" ${WRKSRC}/src/zzbind.h |