diff options
Diffstat (limited to 'misc/gnomeusersguide/Makefile')
-rw-r--r-- | misc/gnomeusersguide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnomeusersguide/Makefile b/misc/gnomeusersguide/Makefile index 44fcd0b1d123..c6ec6b4c5f06 100644 --- a/misc/gnomeusersguide/Makefile +++ b/misc/gnomeusersguide/Makefile @@ -20,7 +20,7 @@ USE_GNOME= yes GNU_CONFIGURE= yes 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 ; \ |