diff options
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 616414d6d357..3a5657df0b45 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -93,7 +93,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: # I don't think many people use the pinger nowadays, and if you |