diff options
author | pav <pav@FreeBSD.org> | 2011-10-03 03:54:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-03 03:54:06 +0800 |
commit | 57b9e4401b1111c7c6cb5e2efcd9db2622a68c73 (patch) | |
tree | 0373d5b00272e0aa9333efc265a2a7fcf1179a62 /x11-wm | |
parent | 33a8f01497b0eac11a0fc1694a832505e66b2da5 (diff) | |
download | freebsd-ports-gnome-57b9e4401b1111c7c6cb5e2efcd9db2622a68c73.tar.gz freebsd-ports-gnome-57b9e4401b1111c7c6cb5e2efcd9db2622a68c73.tar.zst freebsd-ports-gnome-57b9e4401b1111c7c6cb5e2efcd9db2622a68c73.zip |
- Mark BROKEN: does not compile
Util.cc:197: error: 'std::string bt::textPropertyToString(Display*, XTextProperty&)' should have been declared inside 'bt'
Reported by: pointyhat
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index f0c5d08c2013..ddf399596194 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -16,6 +16,8 @@ COMMENT= A small and fast window manager for X11R6 LICENSE= MIT +BROKEN= does not compile + GNU_CONFIGURE= yes USE_ICONV= yes USE_GNOME= gnomehack pkgconfig |