summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-18 05:44:43 +0000
committertnn <tnn@pkgsrc.org>2020-08-18 05:44:43 +0000
commitf4c2d1c6c691bc445147352e4cf2f01f04906bd3 (patch)
tree6b26724263478c2e46146a2440f3f2bae1167b01 /emulators
parent51b5fd1f3f971f69e5a94032c56def198e35745b (diff)
downloadpkgsrc-f4c2d1c6c691bc445147352e4cf2f01f04906bd3.tar.gz
gearboy: more CHECK_PORTABILITY_SKIPs
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gearboy/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/gearboy/Makefile.common b/emulators/gearboy/Makefile.common
index fc38a38aee8..81bd00dfdec 100644
--- a/emulators/gearboy/Makefile.common
+++ b/emulators/gearboy/Makefile.common
@@ -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 @@ DISTINFO_FILE= ${.CURDIR}/../../emulators/gearboy/distinfo
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/*