From afd252143d18ad46f3115049819bec6da02f289b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 31 Mar 2002 02:55:13 +0000 Subject: Remove #include . Build still fails (bison failure). --- devel/ilu/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'devel/ilu') diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index c8e89f897377..8e0a26848dc8 100644 --- a/devel/ilu/Makefile +++ b/devel/ilu/Makefile @@ -56,6 +56,16 @@ CONFIGURE_ARGS+= --disable-java-support startup_dir= ${PREFIX}/etc/rc.d startup_script= ${startup_dir}/50.ilu.sh +pre-patch: + @${PERL} -pi -e 's,,,' \ + ${WRKSRC}/stubbers/parser/ilu.bison \ + ${WRKSRC}/stubbers/parser/genregs.c \ + ${WRKSRC}/stubbers/parser/iluparse.c.dist \ + ${WRKSRC}/stubbers/c/cstubber.h \ + ${WRKSRC}/stubbers/idl/idlparser.y \ + ${WRKSRC}/stubbers/idl/bison.skel \ + ${WRKSRC}/stubbers/idl/idlparser.c.dist + post-extract: ${CHMOD} -R u+w ${WRKDIR} -- cgit v1.2.3