diff options
author | pav <pav@FreeBSD.org> | 2006-01-15 05:46:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-15 05:46:33 +0800 |
commit | b80d91277a8973d7daf49380309f318cb740930c (patch) | |
tree | a33829951d7a3ed5c3dbf377cc3fd85e89467302 /graphics/imlib2 | |
parent | 2927abce0e6b9ed43ce921830abea80d1cb3a6ee (diff) | |
download | freebsd-ports-gnome-b80d91277a8973d7daf49380309f318cb740930c.tar.gz freebsd-ports-gnome-b80d91277a8973d7daf49380309f318cb740930c.tar.zst freebsd-ports-gnome-b80d91277a8973d7daf49380309f318cb740930c.zip |
- Kludge build
Approved by: vanilla (in general, before he left for vacation)
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> |