aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-07-02 19:43:38 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-07-02 19:43:38 +0000
commit73b833218644e440f58c2caffa26b770e62f05d9 (patch)
treeb666a5c66efdee3f6ae7008c280c311a7ee205d3
parentdee52f7af3b9ad8009bcb24103ed617e17c9dddc (diff)
downloadports-73b833218644e440f58c2caffa26b770e62f05d9.tar.gz
ports-73b833218644e440f58c2caffa26b770e62f05d9.zip
Notes
-rw-r--r--sysutils/gnomefind/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gnomefind/Makefile b/sysutils/gnomefind/Makefile
index 3da62b9498ca..25db08c0e8ad 100644
--- a/sysutils/gnomefind/Makefile
+++ b/sysutils/gnomefind/Makefile
@@ -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>