]> git.pld-linux.org Git - packages/geos.git/commitdiff
- geos-config fixes auto/ac/geos-1_0_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Apr 2004 21:36:12 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geos-config.patch -> 1.1

geos-config.patch [new file with mode: 0644]

diff --git a/geos-config.patch b/geos-config.patch
new file mode 100644 (file)
index 0000000..7e699a5
--- /dev/null
@@ -0,0 +1,23 @@
+--- geos-1.0/tools/geos-config.in.orig 2002-09-03 15:53:40.000000000 +0200
++++ geos-1.0/tools/geos-config.in      2004-04-05 22:57:02.028047344 +0200
+@@ -27,16 +27,16 @@
+     echo @prefix@
+      ;;
+     --version)
+-    echo @GEOS_VERSION@
++    echo @VERSION@
+      ;;
+     --cflags)
+-    echo @CFLAGS@ -I@prefix@/include 
++    echo -I@prefix@/include 
+       ;;
+     --libs)
+-      echo -L@prefix@/lib -lgeos
++      echo -L@libdir@ -lgeos
+       ;;
+     --includes)
+-      echo @CFLAGS@ -I@prefix@/include
++      echo -I@prefix@/include
+       ;;
+     *)
+       usage 1 1>&2
This page took 0.134133 seconds and 4 git commands to generate.