- Fix build with gcc 3.4
This commit is contained in:
parent
a178058a0f
commit
795a30b529
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115311
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue