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/ptunnel/Makefile | |
parent | 2241654c185e68c779f116506f10ed1832feb79e (diff) |
Notes
Diffstat (limited to 'net/ptunnel/Makefile')
-rw-r--r-- | net/ptunnel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index 56efb93a20d3..e91450f2cdfd 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -18,8 +18,7 @@ USES= gmake PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz post-patch: - @${REINPLACE_CMD} -e '/^CC/d;s/-lpthread/${PTHREAD_LIBS}/' \ - -e "/^CFLAGS/d" ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e '/^CC/d' -e "/^CFLAGS/d" ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/' ${WRKSRC}/ptunnel.h do-install: |