summaryrefslogtreecommitdiff
path: root/geography/geos/patches
diff options
context:
space:
mode:
Diffstat (limited to 'geography/geos/patches')
-rw-r--r--geography/geos/patches/patch-ae14
1 files changed, 11 insertions, 3 deletions
diff --git a/geography/geos/patches/patch-ae b/geography/geos/patches/patch-ae
index e9efbec5937..ad1172a782f 100644
--- a/geography/geos/patches/patch-ae
+++ b/geography/geos/patches/patch-ae
@@ -1,14 +1,22 @@
-$NetBSD: patch-ae,v 1.2 2006/11/10 21:00:23 gdt Exp $
+$NetBSD: patch-ae,v 1.3 2012/01/08 18:37:33 gdt Exp $
---- tools/geos-config.in.orig 2006-04-26 07:54:56.000000000 -0400
+TODO: explain what's in LDFLAGS.
+TODO: explain why --libs has -L in the first place (vs --ldflags).
+TODO: report upstream.
+
+--- tools/geos-config.in.orig 2011-12-12 09:57:21.000000000 +0000
+++ tools/geos-config.in
-@@ -37,10 +37,10 @@ case $1 in
+@@ -38,13 +38,13 @@ case $1 in
echo -I${prefix}/include
;;
--libs)
- echo -L${libdir} -lgeos
+ echo -L${libdir} @LDFLAGS@ -lgeos
;;
+ --clibs)
+- echo -L${libdir} -lgeos_c
++ echo -L${libdir} @LDFLAGS@ -lgeos_c
+ ;;
--ldflags)
- echo -L${libdir}
+ echo -L${libdir} @LDFLAGS@