From 795a30b529db9340a0add7e1e2cda65a512f560d Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Mon, 2 Aug 2004 21:21:49 +0000 Subject: [PATCH] - Fix build with gcc 3.4 --- devel/libvanessa_logger/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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