diff options
Diffstat (limited to 'editors/ghex2/Makefile')
-rw-r--r-- | editors/ghex2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index c399504..e3b7d90 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -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 \ |