diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-02 19:54:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-02 19:54:06 +0000 |
commit | 0960a5032c8ec08a4db31880b25f8f619e32af37 (patch) | |
tree | f73c6adf7d999f429deb23b28754da77bdf10c8a /x11-wm | |
parent | e55b8f54fffd06dc18a48c4f7c9fe7106a5c698b (diff) | |
download | freebsd-ports-0960a5032c8ec08a4db31880b25f8f619e32af37.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 |