diff options
Diffstat (limited to 'www/squid23/Makefile')
-rw-r--r-- | www/squid23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 0421718cc61a..8fe80a28be6c 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -98,7 +98,7 @@ MAKEFILE= makefile #CONFIGURE_ARGS+= --enable-heap-replacement post-extract: - @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure post-install: cd ${WRKSRC}/src; make install-pinger |