diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-23 15:57:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-23 15:57:30 +0000 |
commit | 94bacc502d4262c575fd4e75f1e05e6450ef1390 (patch) | |
tree | be05e40862900df73e4aa4980c39cdc8b816b9d8 /sysutils/geomgui/Makefile | |
parent | - BROKEN checksum mismatch (diff) |
- BROKEN does not build
rom.cc: In member function 'bool s9x::ROMdata::extractROMdata(const std::string&, const std::string&)':
rom.cc:244: error: cannot convert 'gzFile_s**' to 'gzFile_s*' for argument '1' to 'off_t gzseek(gzFile_s*, off_t, int)'
rom.cc:246: error: cannot convert 'gzFile_s**' to 'gzFile_s*' for argument '1' to 'int gzclose(gzFile_s*)
Notes
Notes:
svn path=/head/; revision=312836
Diffstat (limited to '')
-rw-r--r-- | sysutils/geomgui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile index 4618073317cd..bb6677842e1c 100644 --- a/sysutils/geomgui/Makefile +++ b/sysutils/geomgui/Makefile @@ -18,6 +18,8 @@ COMMENT= Viewer for kernel geom layer LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz +BROKEN= does not build + USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 USE_ICONV= yes |