From b80d91277a8973d7daf49380309f318cb740930c Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 14 Jan 2006 21:46:33 +0000 Subject: - Kludge build Approved by: vanilla (in general, before he left for vacation) --- graphics/imlib2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index ef40cf21a080..db79d4c3767e 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -46,4 +46,8 @@ post-patch: @${REINPLACE_CMD} -e \ 's|round|rint|g' ${WRKSRC}/src/lib/color_helpers.c +# Kludge to keep it from touching Makefile.in files (configure.in is newer) +post-configure: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH} + .include -- cgit