svn commit: r538526 - head/graphics/cairo

Jan Beich jbeich at FreeBSD.org
Thu Jun 11 18:32:33 UTC 2020


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>


More information about the svn-ports-all mailing list