diff options
author | pav <pav@FreeBSD.org> | 2011-11-09 06:14:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-09 06:14:03 +0800 |
commit | 58497a2f43931a61ada1bbf7117611be510176d0 (patch) | |
tree | fb025ecefd5f99f57211ee2496730f5bf8a853e5 /x11-toolkits/gigi | |
parent | db94a36fab2fa24ac174eee630d8c4f035f72605 (diff) | |
download | freebsd-ports-gnome-58497a2f43931a61ada1bbf7117611be510176d0.tar.gz freebsd-ports-gnome-58497a2f43931a61ada1bbf7117611be510176d0.tar.zst freebsd-ports-gnome-58497a2f43931a61ada1bbf7117611be510176d0.zip |
- Mark BROKEN: does not compile
src/GIL/extension/io/../dynamic_image/apply_operation_base.hpp:121:22: error: reference '_op' cannot be declared 'mutable' [-fpermissive]
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits/gigi')
-rw-r--r-- | x11-toolkits/gigi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 960836ccb9d2..af0e3c4a1c97 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ boost_python.4:${PORTSDIR}/devel/boost-python-libs \ freetype.9:${PORTSDIR}/print/freetype2 +BROKEN= does not compile + USE_GCC= 4.4+ USE_SCONS= yes SCONS_ARGS= prefix="" pkgconfigdir="" build_tutorials=0 |