diff options
Diffstat (limited to 'devel/libzrtp/Makefile')
-rw-r--r-- | devel/libzrtp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libzrtp/Makefile b/devel/libzrtp/Makefile index 47632dc03995..2056b9ee3020 100644 --- a/devel/libzrtp/Makefile +++ b/devel/libzrtp/Makefile @@ -51,7 +51,6 @@ post-patch: @cd ${PATCH_WRKSRC}/src && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \; && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<stdint.h>|<inttypes.h>|g" "{}" \; - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/${CONFIGURE_SCRIPT} test: cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}/projects/gnu && make check |