diff options
Diffstat (limited to 'games/supertuxkart/Makefile')
-rw-r--r-- | games/supertuxkart/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index cb3da865919c..82b0f028f19b 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -38,6 +38,7 @@ IRR_CPPFLAGS= -DNO_IRR_USE_NON_SYSTEM_JPEG_LIB_ \ -DNO_IRR_COMPILE_WITH_BZIP2_ \ -DNO_IRR_COMPILE_WITH_JOYSTICK_EVENTS_ +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libIrrlicht.a|& -L${LOCALBASE}/lib -lpng -ljpeg|' ${WRKSRC}/CMakeLists.txt |