diff options
Diffstat (limited to 'devel/libzrtpcpp/Makefile')
-rw-r--r-- | devel/libzrtpcpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile index cf602da24754..1adfe152a6a0 100644 --- a/devel/libzrtpcpp/Makefile +++ b/devel/libzrtpcpp/Makefile @@ -23,6 +23,7 @@ CXXFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @cd ${WRKSRC}/src && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \; && \ |