aboutsummaryrefslogtreecommitdiff
path: root/devel/libvanessa_logger
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-08-02 21:21:49 +0000
committerClement Laforet <clement@FreeBSD.org>2004-08-02 21:21:49 +0000
commit795a30b529db9340a0add7e1e2cda65a512f560d (patch)
tree81589d7c9c58558ac592ef834e16c4acb735e9d2 /devel/libvanessa_logger
parenta178058a0f55156a22cafe961ab3e76ebd2649e7 (diff)
downloadports-795a30b529db9340a0add7e1e2cda65a512f560d.tar.gz
ports-795a30b529db9340a0add7e1e2cda65a512f560d.zip
Notes
Diffstat (limited to 'devel/libvanessa_logger')
-rw-r--r--devel/libvanessa_logger/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libvanessa_logger/Makefile b/devel/libvanessa_logger/Makefile
index 502a6fcfca30..b8793a87a148 100644
--- a/devel/libvanessa_logger/Makefile
+++ b/devel/libvanessa_logger/Makefile
@@ -17,5 +17,9 @@ COMMENT= Library that provides a generic logging layer
INSTALLS_SHLIB= YES
GNU_CONFIGURE= YES
+USE_REINPLACE= YES
+post-patch:
+ @${REINPLACE_CMD} -e 's,^loop:,loop: ;,' \
+ ${WRKSRC}/${PORTNAME}/vanessa_logger.c
.include <bsd.port.mk>