unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob a6ec1833ab804799d147c1a847e18b4545719112 722 bytes (raw)
name: gnu/packages/patches/postgis-config.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
diff --git a/configure.ac b/configure.ac
index b9432df..fe9d824 100644
--- a/configure.ac
+++ b/configure.ac
@@ -453,7 +453,8 @@ if test "x$LIBLWGEOM_ONLY" = "xno"; then
 
   PGSQL_PKGLIBDIR=`"$PG_CONFIG" --pkglibdir`
   PGSQL_LIBDIR=`"$PG_CONFIG" --libdir`
-  PGSQL_SHAREDIR=`"$PG_CONFIG" --sharedir`
+  # Seems this one doesn't take effect?
+  PGSQL_SHAREDIR=/share/
 
   AC_MSG_RESULT([checking PostgreSQL version... $PGSQL_FULL_VERSION])
   dnl Ensure that we are using PostgreSQL >= 9.3
@@ -504,7 +505,7 @@ if test "x$LIBLWGEOM_ONLY" = "xno"; then
   AC_SUBST([PGSQL_BINDIR])
 
   dnl Extract the share directory
-  PGSQL_SHAREDIR=`"$PG_CONFIG" --sharedir`
+  PGSQL_SHAREDIR=/share/
 
   AC_SUBST([PGSQL_SHAREDIR])
 

debug log:

solving a6ec1833a ...
found a6ec1833a in https://yhetil.org/guix-devel/87r2qm5t7o.fsf@sturm.com.au/

applying [1/1] https://yhetil.org/guix-devel/87r2qm5t7o.fsf@sturm.com.au/
diff --git a/gnu/packages/patches/postgis-config.patch b/gnu/packages/patches/postgis-config.patch
new file mode 100644
index 000000000..a6ec1833a

1:12: trailing whitespace.
 
1:18: trailing whitespace.
 
1:23: trailing whitespace.
 
1:27: trailing whitespace.
 
1:29: trailing whitespace.
 
Checking patch gnu/packages/patches/postgis-config.patch...
Applied patch gnu/packages/patches/postgis-config.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

index at:
100644 a6ec1833ab804799d147c1a847e18b4545719112	gnu/packages/patches/postgis-config.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).