diff options
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 90b311d64e31..73a594b5e2d3 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gnome.1 gnome-config.1 MAN5= gnome-mime.5 -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 \ |