[packages] gpsd: Bump to v3.7
[packages.git] / net / gpsd / patches / 001-add-staging-prefix.patch
diff --git a/net/gpsd/patches/001-add-staging-prefix.patch b/net/gpsd/patches/001-add-staging-prefix.patch
deleted file mode 100644 (file)
index b88171b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -200,6 +200,7 @@ import_env = (
-     'PATH',            # Required for ccache and Coverity scan-build
-     'PKG_CONFIG_PATH', # Set .pc file directory in a crossbuild
-     'STAGING_DIR',     # Required by the OpenWRT build.
-+    'STAGING_PREFIX',  # Required by the OpenWRT build.
-     )
- envs = {}
- for var in import_env: