]> git.pld-linux.org Git - packages/geos.git/commitdiff
- updated for 2.0.0
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 24 Sep 2004 21:51:21 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geos-config.patch -> 1.2

geos-config.patch

index 7e699a5f85c25ee2ed177fe657e1ddf3020847b2..6f5c5ec0cd773cc06735a3d0594c2909b28989db 100644 (file)
@@ -1,23 +1,15 @@
---- 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@
+--- geos-2.0.0/tools/geos-config.in    2004-07-17 09:07:17.000000000 +0000
++++ geos-2.0.0.new/tools/geos-config.in        2004-09-24 21:25:31.312553288 +0000
+@@ -31,10 +31,10 @@
+     echo @VERSION@
       ;;
      --cflags)
 -    echo @CFLAGS@ -I@prefix@/include 
-+    echo -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
+       echo @prefix@/include
This page took 0.068582 seconds and 4 git commands to generate.