diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-15 02:49:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-15 02:49:03 +0800 |
commit | cb35e4f426fdf3ff83422dd91623baa59b1bb053 (patch) | |
tree | cd0e1864d55f53b3531238031833e0bdf3867c1d /graphics | |
parent | b198d988bdf1d4ab57c7618422a69c5f6d4b05db (diff) | |
download | freebsd-ports-gnome-cb35e4f426fdf3ff83422dd91623baa59b1bb053.tar.gz freebsd-ports-gnome-cb35e4f426fdf3ff83422dd91623baa59b1bb053.tar.zst freebsd-ports-gnome-cb35e4f426fdf3ff83422dd91623baa59b1bb053.zip |
Mark BROKEN: fails to build
In file included from AppWindow.cpp:21:
In file included from ./AppWindow.h:22:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
Reported by: pkg-fallout
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimmage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index f38dd6a373b0..b8dd9d71c7cc 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -13,6 +13,8 @@ COMMENT= Simple image viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + LIB_DEPENDS= libcurl.so:ftp/curl USES= desktop-file-utils gettext pkgconfig |