diff options
Diffstat (limited to 'devel/electron33/files/patch-build_config_linux_pkg-config.py')
-rw-r--r-- | devel/electron33/files/patch-build_config_linux_pkg-config.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-build_config_linux_pkg-config.py b/devel/electron33/files/patch-build_config_linux_pkg-config.py deleted file mode 100644 index 3b8ffa5a822d..000000000000 --- a/devel/electron33/files/patch-build_config_linux_pkg-config.py +++ /dev/null @@ -1,11 +0,0 @@ ---- build/config/linux/pkg-config.py.orig 2023-03-30 00:33:39 UTC -+++ build/config/linux/pkg-config.py -@@ -108,7 +108,7 @@ def main(): - # If this is run on non-Linux platforms, just return nothing and indicate - # success. This allows us to "kind of emulate" a Linux build from other - # platforms. -- if "linux" not in sys.platform: -+ if not sys.platform.startswith(tuple(['linux', 'openbsd', 'freebsd'])): - print("[[],[],[],[],[]]") - return 0 - |