Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gearsystem gearsystem: more CHECK_PORTABILIT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d69900d838b
branches:  trunk
changeset: 437192:1d69900d838b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 05:46:32 2020 +0000

description:
gearsystem: more CHECK_PORTABILITY_SKIPs

diffstat:

 emulators/gearsystem/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 6fd64f093f68 -r 1d69900d838b emulators/gearsystem/Makefile.common
--- a/emulators/gearsystem/Makefile.common      Tue Aug 18 05:44:43 2020 +0000
+++ b/emulators/gearsystem/Makefile.common      Tue Aug 18 05:46:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2020/06/02 13:25:00 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2020/08/18 05:46:32 tnn Exp $
 # used by emulators/gearsystem/Makefile
 # used by emulators/libretro-gearsystem/Makefile
 
@@ -14,4 +14,5 @@
 PATCHDIR=      ${.CURDIR}/../../emulators/gearsystem/patches
 
 CHECK_PORTABILITY_SKIP+=       platforms/*/dependencies/SDL-*/premake/*/build-scripts/*
-CHECK_PORTABILITY_SKIP+=       platforms/ios/dependencies/SDL-*/build-scripts/*
+CHECK_PORTABILITY_SKIP+=       platforms/*/dependencies/SDL-*/Xcode/SDL/pkg-support/*
+CHECK_PORTABILITY_SKIP+=       platforms/*/dependencies/SDL-*/build-scripts/*



Home | Main Index | Thread Index | Old Index