Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2010 22:50:05 GMT
From:      Anonymous <swell.k@gmail.com>
To:        gnome@FreeBSD.org
Subject:   Re: ports/150350: I have upgraded the graphics/cairo port to 1.10.0
Message-ID:  <201009092250.o89Mo568034300@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/150350; it has been noted by GNATS.

From: Anonymous <swell.k@gmail.com>
To: Douglas Carmichael <dcarmich@dcarmichael.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/150350: I have upgraded the graphics/cairo port to 1.10.0
Date: Fri, 10 Sep 2010 02:35:20 +0400

 Oops, we don't need libGLU for OpenGL backend.
 
 --- b.diff begins here ---
 --- graphics/cairo/Makefile~
 +++ graphics/cairo/Makefile
 @@ -58,7 +58,7 @@ PLIST_SUB+=	DIRECTFB="@comment "
  .endif
  
  .if defined(WITH_GL)
 -USE_GL=		yes
 +USE_GL=		gl
  CONFIGURE_ARGS+=	--enable-gl
  PLIST_SUB+=	GL=""
  .else
 --- b.diff ends here ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009092250.o89Mo568034300>