diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-20 02:07:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-20 02:07:12 +0800 |
commit | 19f873c3dbfda276b855e7fe183bf5378cd71a0f (patch) | |
tree | b044fd903da7647ab4e4ba8be94795384ea94fd5 /graphics/cairo/Makefile | |
parent | aae88a28ecf5d4226b9b975685dd65eaeff5debb (diff) | |
download | marcuscom-ports-19f873c3dbfda276b855e7fe183bf5378cd71a0f.tar marcuscom-ports-19f873c3dbfda276b855e7fe183bf5378cd71a0f.tar.gz marcuscom-ports-19f873c3dbfda276b855e7fe183bf5378cd71a0f.tar.bz2 marcuscom-ports-19f873c3dbfda276b855e7fe183bf5378cd71a0f.tar.lz marcuscom-ports-19f873c3dbfda276b855e7fe183bf5378cd71a0f.tar.xz marcuscom-ports-19f873c3dbfda276b855e7fe183bf5378cd71a0f.tar.zst marcuscom-ports-19f873c3dbfda276b855e7fe183bf5378cd71a0f.zip |
Disable --enable-xlib-xcb=auto in the XCB option. This switch exposes a couple
of graphical glitches in the xcb backend.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14820 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 9ae490779..7b78a9496 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD: ports/graphics/cairo/Makefile,v 1.47 2010/06/03 12:35:42 pav Exp $ -# $MCom: ports/graphics/cairo/Makefile,v 1.98 2010/09/30 08:10:21 kwm Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.99 2010/10/02 19:24:44 kwm Exp $ # PORTNAME= cairo PORTVERSION= 1.10.0 +PORTREVISION= 1 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -60,7 +61,8 @@ PLIST_SUB+= GL="@comment " .if defined(WITH_XCB) BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -CONFIGURE_ARGS+= --enable-xcb --enable-xlib-xcb=auto +CONFIGURE_ARGS+= --enable-xcb +# this option exposes a bug --enable-xlib-xcb=auto PLIST_SUB+= XCB="" .else CONFIGURE_ARGS+= --disable-xcb |