summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/imlib2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index ef40cf2..db79d4c 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 <bsd.port.post.mk>
OpenPOWER on IntegriCloud