diff options
Diffstat (limited to 'devel/gnomecrash/Makefile')
-rw-r--r-- | devel/gnomecrash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnomecrash/Makefile b/devel/gnomecrash/Makefile index 1f660cd5c84b..70f999a3dabf 100644 --- a/devel/gnomecrash/Makefile +++ b/devel/gnomecrash/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-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' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ |