diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2023-09-16 17:44:03 +0100 |
|---|---|---|
| committer | Aaron W. Swenson <titanofold@gentoo.org> | 2023-09-18 06:42:39 -0400 |
| commit | 434e1dda744fed161cee7fa6c3a23060d152db4b (patch) | |
| tree | 3c6d06e835e161c7351976d5278d3a4267fe66fb /dev-db/postgis/files/postgis-3.4.0-without-gui.patch | |
| parent | e5b122c9f40c61b7a08fdce473f41bda9eff31ca (diff) | |
| download | gentoo-434e1dda744fed161cee7fa6c3a23060d152db4b.tar.gz gentoo-434e1dda744fed161cee7fa6c3a23060d152db4b.tar.bz2 gentoo-434e1dda744fed161cee7fa6c3a23060d152db4b.zip | |
dev-db/postgis: Fix --without-gui being ignored
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/postgis/files/postgis-3.4.0-without-gui.patch')
| -rw-r--r-- | dev-db/postgis/files/postgis-3.4.0-without-gui.patch | 13 |
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)]) |
