summaryrefslogtreecommitdiff
path: root/dev-db/postgis/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgis/files')
-rw-r--r--dev-db/postgis/files/postgis-3.4.0-without-gui.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-db/postgis/files/postgis-3.4.0-without-gui.patch b/dev-db/postgis/files/postgis-3.4.0-without-gui.patch
new file mode 100644
index 000000000000..80a6d59be323
--- /dev/null
+++ b/dev-db/postgis/files/postgis-3.4.0-without-gui.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index 0fd6d5d6b..4ea8330ef 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1161,7 +1161,7 @@ dnl ===========================================================================
+
+ AC_ARG_WITH([gui],
+ [AS_HELP_STRING([--with-gui], [compile the data import GUI (requires GTK+2.0)])],
+- [GUI="yes"], [GUI="no"])
++ [GUI="$withval"], [GUI="no"])
+
+ if test "x$GUI" = "xyes"; then
+ AC_MSG_RESULT([GUI: Build requested, checking for dependencies (GTK+2.0)])