diff options
Diffstat (limited to 'japanese/balsa/Makefile')
-rw-r--r-- | japanese/balsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/balsa/Makefile b/japanese/balsa/Makefile index 4af2f45..edf9dc5 100644 --- a/japanese/balsa/Makefile +++ b/japanese/balsa/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ MAN1= balsa.1 pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ |