diff options
Diffstat (limited to 'games/gnomegames/Makefile')
-rw-r--r-- | games/gnomegames/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 82fe646ec4b1..ee12ea9b4cef 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -30,7 +30,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 \ |