diff options
Diffstat (limited to 'news/grn/Makefile')
-rw-r--r-- | news/grn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile index af69a2e2f1ff..aa5a3cf28126 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ LDFLAGS="-L${LOCALBASE}/lib" pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure |