1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Feature safe:	yes
This commit is contained in:
Tilman Keskinoz 2010-07-02 19:43:38 +00:00
parent dee52f7af3
commit 73b8332186
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257315

View File

@ -24,12 +24,12 @@ MAN1= gnome-find.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800023
BROKEN= does not compile
.endif
post-patch:
@${GREP} -lR "<regex\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<regex\.h>|<gnuregex.h>|g'
.if ${OSVERSION} >= 800023
${REINPLACE_CMD} -e "s,^int readlink,//int readlink," \
${WRKSRC}/src/listfile.c
.endif
.include <bsd.port.post.mk>