pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-dolphin
Module Name: pkgsrc
Committed By: nia
Date: Mon Jul 8 10:15:23 UTC 2019
Modified Files:
pkgsrc/emulators/libretro-dolphin: Makefile
Log Message:
libretro-dolphin: Fail when MesaLib doesn't have EGL
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/libretro-dolphin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-dolphin/Makefile
diff -u pkgsrc/emulators/libretro-dolphin/Makefile:1.7 pkgsrc/emulators/libretro-dolphin/Makefile:1.8
--- pkgsrc/emulators/libretro-dolphin/Makefile:1.7 Mon Jul 1 04:08:08 2019
+++ pkgsrc/emulators/libretro-dolphin/Makefile Mon Jul 8 10:15:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/07/01 04:08:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2019/07/08 10:15:23 nia Exp $
DISTNAME= libretro-dolphin-20180827
PKGREVISION= 3
@@ -34,6 +34,7 @@ CMAKE_ARGS+= -DLIBRETRO=ON
.include "../../mk/bsd.prefs.mk"
+# Big endian platforms not supported.
ONLY_FOR_PLATFORM= ${LITTLEENDIANPLATFORMS}
.if ${MACHINE_ARCH} != "x86_64" && ${MACHINE_ARCH} != "aarch64"
@@ -56,6 +57,9 @@ do-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
+.if ${MESALIB_SUPPORTS_EGL} != "yes"
+PKG_FAIL_REASON+= "MesaLib has no EGL support."
+.endif
.include "../../textproc/pugixml/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index