diff options
Diffstat (limited to 'www/peacock')
-rw-r--r-- | www/peacock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/peacock/Makefile b/www/peacock/Makefile index 50911a02c15c..728c90678be4 100644 --- a/www/peacock/Makefile +++ b/www/peacock/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ GTK_CONFIG="${GTK_CONFIG}" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ |