pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/gearsystem



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 05:46:32 UTC 2020

Modified Files:
        pkgsrc/emulators/gearsystem: Makefile.common

Log Message:
gearsystem: more CHECK_PORTABILITY_SKIPs


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/gearsystem/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/gearsystem/Makefile.common
diff -u pkgsrc/emulators/gearsystem/Makefile.common:1.1 pkgsrc/emulators/gearsystem/Makefile.common:1.2
--- pkgsrc/emulators/gearsystem/Makefile.common:1.1     Tue Jun  2 13:25:00 2020
+++ pkgsrc/emulators/gearsystem/Makefile.common Tue Aug 18 05:46:32 2020
@@ -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 @@ DISTINFO_FILE=        ${.CURDIR}/../../emulator
 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