From: Jakub Bogusz Date: Mon, 5 Apr 2004 21:36:12 +0000 (+0000) Subject: - geos-config fixes X-Git-Tag: auto/ac/geos-1_0_0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgeos.git;a=commitdiff_plain;h=5d2cd4a21c08a911034a2a47826a9d5ba4b5de76 - geos-config fixes Changed files: geos-config.patch -> 1.1 --- diff --git a/geos-config.patch b/geos-config.patch new file mode 100644 index 0000000..7e699a5 --- /dev/null +++ b/geos-config.patch @@ -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