diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
commit | 1dd5197b6724214c4d5582998a39e18e6d2e1cc6 (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/libzrtp | |
parent | 34203bf55d9ef549ff2497b652af3eaa18292110 (diff) | |
download | freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.gz freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.zst freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Diffstat (limited to 'devel/libzrtp')
-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 |