View | Details | Raw Unified | Return to bug 256180
Collapse All | Expand All

(-)b/graphics/cairo/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	cairo
3
PORTNAME=	cairo
4
DISTVERSION=	1.17.4
4
DISTVERSION=	1.17.4
5
PORTREVISION=	1
5
PORTEPOCH=	3
6
PORTEPOCH=	3
6
CATEGORIES=	graphics
7
CATEGORIES=	graphics
7
MASTER_SITES=	https://cairographics.org/releases/ \
8
MASTER_SITES=	https://cairographics.org/releases/ \
(-)b/graphics/cairo/files/patch-test_Makefile.am (+13 lines)
Added Link Here
1
# https://gitlab.freedesktop.org/cairo/cairo/-/issues/101
2
--- test/Makefile.am.orig	2021-05-28 10:52:08 UTC
3
+++ test/Makefile.am
4
@@ -18,7 +18,9 @@ endif
5
 endif
6
 
7
 if CAIRO_HAS_GL_SURFACE
8
+if CAIRO_HAS_GLX_FUNCTIONS
9
 test_sources += $(gl_surface_test_sources)
10
+endif
11
 endif
12
 
13
 if CAIRO_HAS_EGL_FUNCTIONS

Return to bug 256180