diff options
Diffstat (limited to 'games/lbreakout/Makefile')
-rw-r--r-- | games/lbreakout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index d503b3a78bb9..22d63a9e5dd5 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -13,7 +13,7 @@ COMMENT= Nice clone of classical Breakout game USE_SDL= sdl USES= gmake GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lcompat" +LIBS+= -lcompat post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |