diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 21:21:49 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 21:21:49 +0000 |
commit | 795a30b529db9340a0add7e1e2cda65a512f560d (patch) | |
tree | 81589d7c9c58558ac592ef834e16c4acb735e9d2 /devel/libvanessa_logger | |
parent | a178058a0f55156a22cafe961ab3e76ebd2649e7 (diff) |
- Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=115311
Diffstat (limited to 'devel/libvanessa_logger')
-rw-r--r-- | devel/libvanessa_logger/Makefile | 4 |
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> |