From 36f2a50230b8e44aa560b3e7df9d3e565ae62ef1 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 10 Feb 2012 20:13:26 +0000 Subject: - Mark BROKEN: does not compile gt-bison.y -> gt-bison.tab.cc gt-bison.tab.cc -> gt-bison.tab.o gt-bison.y: In function 'int yy_gt_parse()': gt-bison.y:95: warning: deprecated conversion from string constant to 'char*' gt-bison.y:100: warning: deprecated conversion from string constant to 'char*' gt-bison.tab.cc:1596: error: invalid conversion from 'const char*' to 'char*' gt-bison.tab.cc:1596: error: initializing argument 1 of 'int yy_gt_error(char*)' gt-bison.tab.cc:1711: warning: deprecated conversion from string constant to 'char*' gmake[1]: *** [gt-bison.tab.o] Error 1 Reported by: pointyhat --- math/graphthing/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math/graphthing/Makefile') diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 5f3ac7fecab7..a42226bf076a 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -18,6 +18,8 @@ COMMENT= A tool that allows you to create, manipulate and study graphs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= does not compile + USE_BZIP2= yes USE_GNOME= gtk20 USE_BISON= build -- cgit v1.2.3