diff options
author | pav <pav@FreeBSD.org> | 2012-02-11 04:13:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-02-11 04:13:26 +0800 |
commit | c1f29385a2cc41faf1428353bf26c91fdbca4c2d (patch) | |
tree | 19f874d6a1911cc18b3638dfd2eaced82af12b32 /math/graphthing | |
parent | 15bb5ad7ac27e8f0c08166c7152f4b8384089686 (diff) | |
download | freebsd-ports-gnome-c1f29385a2cc41faf1428353bf26c91fdbca4c2d.tar.gz freebsd-ports-gnome-c1f29385a2cc41faf1428353bf26c91fdbca4c2d.tar.zst freebsd-ports-gnome-c1f29385a2cc41faf1428353bf26c91fdbca4c2d.zip |
- 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
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |