diff options
| author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-12-23 22:42:36 -0500 |
|---|---|---|
| committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-12-23 22:42:36 -0500 |
| commit | 0fa80295af29bf426677f4f7fbdb7dc1f0fc1f4e (patch) | |
| tree | 43c7781ad33bd43c6915eb7fff91d453363e451d /dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch | |
| parent | de6fe411e619972264f7ed9dda511280c36b4443 (diff) | |
| download | gentoo-0fa80295af29bf426677f4f7fbdb7dc1f0fc1f4e.tar.gz gentoo-0fa80295af29bf426677f4f7fbdb7dc1f0fc1f4e.tar.bz2 gentoo-0fa80295af29bf426677f4f7fbdb7dc1f0fc1f4e.zip | |
dev-db/postgis: Version Bump and Fix
Bump to 3.1.0.
No longer auto-magically depend on libcxx, and tries more names for a compatible
CPP interface.
Bug: https://bugs.gentoo.org/731104
Bug: https://bugs.gentoo.org/747544
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch')
| -rw-r--r-- | dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch b/dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch new file mode 100644 index 000000000000..691cf8d1936f --- /dev/null +++ b/dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch @@ -0,0 +1,12 @@ +diff -Naruw postgis-3.1.0.orig/configure.ac postgis-3.1.0/configure.ac +--- postgis-3.1.0.orig/configure.ac 2020-12-18 14:39:26.000000000 -0500 ++++ postgis-3.1.0/configure.ac 2020-12-23 21:44:09.223273050 -0500 +@@ -31,7 +31,7 @@ + dnl + dnl SQL Preprocessor + dnl +-AC_PATH_PROG([CPPBIN], [cpp], []) ++AC_PATH_PROGS([CPPBIN], [cpp x86_64-pc-linux-gnu-cpp x86-pc-linux-gnu-cpp], []) + if test "x$CPPBIN" != "x"; then + SQLPP="${CPPBIN} -traditional-cpp -w -P" + else |
