diff options
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index d9d7aea8c80e..cb9e225b7554 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -74,9 +74,4 @@ pre-everything:: @${ECHO_MSG} "WITH_TCL=yes for tcl support" .endif -post-patch: - @${REINPLACE_CMD} \ - -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ - ${WRKSRC}/configure - .include <bsd.port.post.mk> |