summaryrefslogtreecommitdiff
path: root/x11-wm/wmii-devel
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-06-03 12:06:55 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-06-03 12:06:55 +0000
commitcc4866797c25b7c1720ba114d040ea49fa356b1c (patch)
treedae1f6f927063bccd2b1aaf51958b4d76ae43138 /x11-wm/wmii-devel
parentFix build on RELENG_5 (gcc 3.4.2). (diff)
Disable Cairo by default. The cairo backend is not recommended in
production use, because cairo library is still very buggy and causes crashes often (according to authors). Add a caution comment.
Diffstat (limited to 'x11-wm/wmii-devel')
-rw-r--r--x11-wm/wmii-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile
index 4e18d57978e5..22127658f6f7 100644
--- a/x11-wm/wmii-devel/Makefile
+++ b/x11-wm/wmii-devel/Makefile
@@ -20,7 +20,7 @@ USE_X_PREFIX= yes
MAKE_ARGS= PREFIX="${PREFIX}" X11DIR="${X11BASE}" CC="${CC}" \
MANPREFIX="${PREFIX}/man"
-OPTIONS= CAIRO "Enable Cairo rendering backend" on \
+OPTIONS= CAIRO "Enable Cairo rendering backend" off \
STRL "Use strlcpy()/strlcat() functions" off
MAN1= wmibar.1 wmifs.1 wmii.1 wmiinput.1 wmikeys.1 wmiplumb.1 \
@@ -29,6 +29,8 @@ MAN5= wmii.rc.5
.include <bsd.port.pre.mk>
+# The cairo backend is not recommended in production use, because the cairo
+# library is still very buggy and causes crashes often.
.if defined(WITH_CAIRO)
LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
MAKE_ARGS+= DRAW=cairo