diff options
Diffstat (limited to 'net/gnomeicu2/Makefile')
-rw-r--r-- | net/gnomeicu2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index d9b5ddd..ede41bb 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome -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 \ |