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: tron
Date: Thu Mar 16 18:38:33 UTC 2017
Modified Files:
pkgsrc/graphics/libepoxy: Makefile
Log Message:
Fix build under Mac OS X when XQuartz is used instead of modular X11.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/graphics/libepoxy/Makefile:1.19
--- pkgsrc/graphics/libepoxy/Makefile:1.18 Sat Feb 18 02:37:11 2017
+++ pkgsrc/graphics/libepoxy/Makefile Thu Mar 16 18:38:33 2017
@@ -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 @@ PLIST.glx= yes
.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