diff options
Diffstat (limited to 'japanese/xchat/Makefile')
-rw-r--r-- | japanese/xchat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile index 9988373..0d40343 100644 --- a/japanese/xchat/Makefile +++ b/japanese/xchat/Makefile @@ -68,7 +68,7 @@ pre-patch: # begin master part post-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 |