diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 2 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 2 | ||||
-rw-r--r-- | editors/ghex/Makefile | 2 | ||||
-rw-r--r-- | editors/ghex2/Makefile | 2 | ||||
-rw-r--r-- | editors/glimmer/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 1c6e705d9d95..673450304e3c 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gedit.1 -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 \ diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 1c6e705d9d95..673450304e3c 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gedit.1 -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 \ diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index c399504f634f..e3b7d9043191 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/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 \ diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index c399504f634f..e3b7d9043191 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 \ diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index 6baea76afbc3..f699ac5a5582 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|-lpython|-lreadline -lcrypt -lpython|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |