Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 18:32:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538526 - head/graphics/cairo
Message-ID:  <202006111832.05BIWX5S072311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jun 11 18:32:32 2020
New Revision: 538526
URL: https://svnweb.freebsd.org/changeset/ports/538526

Log:
  graphics/cairo: simplify non-GLX case after r538507
  
  Submitted by:	manu

Modified:
  head/graphics/cairo/Makefile   (contents, props changed)

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Thu Jun 11 18:30:41 2020	(r538525)
+++ head/graphics/cairo/Makefile	Thu Jun 11 18:32:32 2020	(r538526)
@@ -44,6 +44,7 @@ OPTIONS_SUB=	yes
 X11_USES=	xorg
 X11_USE=	xorg=x11,xext,xorgproto,xrender
 X11_CONFIGURE_ENABLE=xlib
+X11_CONFIGURE_OFF=--disable-glx
 
 OPENGL_USES=	gl
 OPENGL_USE=	gl=egl
@@ -83,9 +84,5 @@ post-patch:
 post-patch-DOCS-off:
 	@${REINPLACE_CMD} -e 's|public||g' \
 		${WRKSRC}/doc/Makefile.in
-
-post-patch-X11-off:
-	@${REINPLACE_CMD} -e '/need_glx_functions=yes/d' \
-		${WRKSRC}/configure
 
 .include <bsd.port.mk>



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