diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 21:46:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 21:46:33 +0000 |
commit | 5a0b86eaf43cb94b8f70594c30226c970082b4b7 (patch) | |
tree | 297ebc90ab98dbd256e699faea536d95eee1d1d9 /graphics/imlib2 | |
parent | 65af037f7be0b4b75f6c644a9b860f109635da6c (diff) | |
download | ports-5a0b86eaf43cb94b8f70594c30226c970082b4b7.tar.gz ports-5a0b86eaf43cb94b8f70594c30226c970082b4b7.zip |
Notes
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.post.mk> |