diff options
Diffstat (limited to 'games/bombermaze/Makefile')
-rw-r--r-- | games/bombermaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index d8ebc23ad438..2d10a494a4dc 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/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|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ |