diff options
author | pav <pav@FreeBSD.org> | 2006-01-14 21:46:33 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-14 21:46:33 +0000 |
commit | b80d91277a8973d7daf49380309f318cb740930c (patch) | |
tree | a33829951d7a3ed5c3dbf377cc3fd85e89467302 /graphics | |
parent | 2927abce0e6b9ed43ce921830abea80d1cb3a6ee (diff) | |
download | FreeBSD-ports-b80d91277a8973d7daf49380309f318cb740930c.zip FreeBSD-ports-b80d91277a8973d7daf49380309f318cb740930c.tar.gz |
- Kludge build
Approved by: vanilla (in general, before he left for vacation)
Diffstat (limited to 'graphics')
-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 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> |