Date: Tue, 8 Mar 2005 15:53:43 +0100 From: Volker Stolz <vs@FreeBSD.org> To: gnome@FreeBSD.org Subject: graphics/cairo Message-ID: <20050308145343.GM71411@i2.informatik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
--RDS4xtyBfx+7DiaI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Please give me a thumbs-up on this. I don't expect any problems, in fact, this will unbreak cad/oregano. Cheers, Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME --RDS4xtyBfx+7DiaI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cairo.diff" Index: graphics/cairo/Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/cairo/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- graphics/cairo/Makefile 8 Mar 2005 09:34:18 -0000 1.9 +++ graphics/cairo/Makefile 8 Mar 2005 14:52:34 -0000 @@ -7,6 +7,7 @@ PORTNAME= cairo PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -21,7 +22,7 @@ USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ LDFLAGS="${PTHREAD_LIBS}" OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off @@ -32,7 +33,9 @@ LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz .endif -.if !defined(WITHOUT_X11) +.if defined(WITHOUT_X11) +CONFIGURE_ARGS= --disable-xlib +.else USE_XLIB= yes .endif --RDS4xtyBfx+7DiaI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050308145343.GM71411>