diff options
Diffstat (limited to 'www/screem/Makefile')
-rw-r--r-- | www/screem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 51fa9d9fc26..f1a4460143c 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --with-gnomevfs 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|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \ |