pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libepoxy Fix build under Mac OS X when XQuart...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65a884d7d0a6
branches:  trunk
changeset: 359713:65a884d7d0a6
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 16 18:38:33 2017 +0000

description:
Fix build under Mac OS X when XQuartz is used instead of modular X11.

diffstat:

 graphics/libepoxy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15adaa7979dd -r 65a884d7d0a6 graphics/libepoxy/Makefile
--- a/graphics/libepoxy/Makefile        Thu Mar 16 15:46:22 2017 +0000
+++ b/graphics/libepoxy/Makefile        Thu Mar 16 18:38:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/02/18 02:37:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2017/03/16 18:38:33 tron Exp $
 
 DISTNAME=      libepoxy-1.4
 CATEGORIES=    graphics
@@ -34,7 +34,7 @@
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .  if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+=       --enable-egl=yes
+CONFIGURE_ARGS+=       --enable-egl=${MESALIB_SUPPORTS_EGL}
 .    if ${X11_TYPE} == "modular"
 CPPFLAGS+=     -DGLX_LIB=\"${PREFIX}/lib/libGL.dylib\"
 .    endif



Home | Main Index | Thread Index | Old Index