1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Correct expression to fix build.

This commit is contained in:
Joe Marcus Clarke 2009-01-12 22:03:39 +00:00
parent 1dbe9b08f3
commit 6e8bc7017d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225883

View File

@ -30,6 +30,6 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
's|-DG.*_DISABLE_DEPRECATED||g'
's|-DG[[:alpha:]]*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>