Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/gearboy gearboy: more CHECK_PORTABILITY_SKIPs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd64f093f68
branches:  trunk
changeset: 437191:6fd64f093f68
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 05:44:43 2020 +0000

description:
gearboy: more CHECK_PORTABILITY_SKIPs

diffstat:

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

diffs (16 lines):

diff -r 6160faef24f9 -r 6fd64f093f68 emulators/gearboy/Makefile.common
--- a/emulators/gearboy/Makefile.common Tue Aug 18 05:32:56 2020 +0000
+++ b/emulators/gearboy/Makefile.common Tue Aug 18 05:44:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2020/06/02 13:24:32 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2020/08/18 05:44:43 tnn Exp $
 # used by emulators/gearboy/Makefile
 # used by emulators/libretro-gearboy/Makefile
 
@@ -14,4 +14,5 @@
 PATCHDIR=      ${.CURDIR}/../../emulators/gearboy/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