From f4713fae40c422dd559f6ec6bdef12e101b0fa0e Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 15 Jun 2004 21:39:39 +0000 Subject: Fix package building: freetype-config and sdl11-config are not found during the patch phase => delay it to pre-configure. Reported by: Kris / pointyhat. --- graphics/smoke/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/smoke/Makefile b/graphics/smoke/Makefile index cd9c4e104751..9d1734234183 100644 --- a/graphics/smoke/Makefile +++ b/graphics/smoke/Makefile @@ -36,7 +36,7 @@ pre-everything:: @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" @${ECHO_MSG} "with OpenGL support turned on." -post-patch: +pre-configure: @${REINPLACE_CMD} -e "s|%%FREETYPE_CONFIG%%|${FREETYPE_CONFIG}|g; \ s|%%SDL_CONFIG%%|${SDL_CONFIG}|g; \ s#%%FREETYPE_INCLUDEPATH%%#`${FREETYPE_CONFIG} --cflags | ${SED} -e 's|-I||g'`#; \ -- cgit v1.2.3