diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
commit | b90f611b9c50570251338dbca6ff573948723aa4 (patch) | |
tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/mad_fcl | |
parent | 2241654c185e68c779f116506f10ed1832feb79e (diff) | |
download | ports-b90f611b9c50570251338dbca6ff573948723aa4.tar.gz ports-b90f611b9c50570251338dbca6ff573948723aa4.zip |
Notes
Diffstat (limited to 'net/mad_fcl')
-rw-r--r-- | net/mad_fcl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mad_fcl/Makefile b/net/mad_fcl/Makefile index 0b505a06c90a..3fd16ce62488 100644 --- a/net/mad_fcl/Makefile +++ b/net/mad_fcl/Makefile @@ -16,8 +16,6 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 USES= gmake USE_OPENSSL= yes -CFLAGS+= ${PTHREAD_CFLAGS} - DOC_FILES= fdt-example.xml flute-sdp-example.sdp PORTDOCS= ${DOC_FILES} README.TXT @@ -34,8 +32,6 @@ pre-patch: ${CAT} $$f.noms > $$f && ${RM} $$f.noms; done post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/flute/Makefile @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e 's|gcc|${CC}|' |