- Kludge build

Approved by:	vanilla (in general, before he left for vacation)
This commit is contained in:
Pav Lucistnik 2006-01-14 21:46:33 +00:00
parent 65af037f7b
commit 5a0b86eaf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153506

View File

@ -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>