pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libepoxy



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep  1 20:38:34 UTC 2019

Modified Files:
        pkgsrc/graphics/libepoxy: Makefile

Log Message:
Explicitly disable EGL if MESALIB_SUPPORTS_EGL isn't yes.

Otherwise, the build fails.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/libepoxy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libepoxy/Makefile
diff -u pkgsrc/graphics/libepoxy/Makefile:1.26 pkgsrc/graphics/libepoxy/Makefile:1.27
--- pkgsrc/graphics/libepoxy/Makefile:1.26      Sat Aug 31 13:50:09 2019
+++ pkgsrc/graphics/libepoxy/Makefile   Sun Sep  1 20:38:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/08/31 13:50:09 nia Exp $
+# $NetBSD: Makefile,v 1.27 2019/09/01 20:38:34 dholland Exp $
 
 DISTNAME=      libepoxy-1.5.3
 CATEGORIES=    graphics
@@ -27,6 +27,8 @@ pre-configure:
 .include "../../graphics/MesaLib/buildlink3.mk"
 .if !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss])
 PLIST.egl=             yes
+.else
+CONFIGURE_ARGS+=       --disable-egl
 .endif
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index