[geos-commits] [SCM] GEOS branch master updated. 96c9e652edb8c1eef12d2e29d01c085aaf6d2c85

git at osgeo.org git at osgeo.org
Thu Jun 14 22:31:22 PDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  96c9e652edb8c1eef12d2e29d01c085aaf6d2c85 (commit)
      from  bf8bf78127902f7e4718c03e7fa8fec22ad6838c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 96c9e652edb8c1eef12d2e29d01c085aaf6d2c85
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 15 01:31:21 2018 -0400

    Apply updated geos-config patch. Closes #742

diff --git a/tools/geos-config.in b/tools/geos-config.in
index 8fc98df..e6bef57 100644
--- a/tools/geos-config.in
+++ b/tools/geos-config.in
@@ -38,12 +38,12 @@ case $1 in
     echo @VERSION@
      ;;
     --cflags)
-    echo -I${prefix}/include 
+    echo -I${prefix}/include
       ;;
     --libs)
       # TODO: make an alias for --clibs
       # see http://trac.osgeo.org/geos/ticket/497
-      echo -L${libdir} -lgeos- at VERSION@
+      echo -L${libdir} -lgeos- at VERSION_RELEASE@
       ;;
     --clibs)
       echo -L${libdir} -lgeos_c
@@ -64,7 +64,7 @@ case $1 in
       echo ${prefix}/include
       ;;
     --jtsport)
-    echo @JTS_PORT@ 
+    echo @JTS_PORT@
       ;;
     *)
       usage 1 1>&2

-----------------------------------------------------------------------

Summary of changes:
 tools/geos-config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list