- Fix build with gcc 3.4

This commit is contained in:
Clement Laforet 2004-08-02 21:21:49 +00:00
parent a178058a0f
commit 795a30b529
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115311

View file

@ -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>