summaryrefslogtreecommitdiff
path: root/devel/libsigc++/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsigc++/patches/patch-ab')
-rw-r--r--devel/libsigc++/patches/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/libsigc++/patches/patch-ab b/devel/libsigc++/patches/patch-ab
index 90a99d7aab6..3271ae83141 100644
--- a/devel/libsigc++/patches/patch-ab
+++ b/devel/libsigc++/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1 2000/07/15 08:41:28 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2002/09/11 21:29:30 wiz Exp $
---- sigc-config.in.orig Thu Oct 21 02:28:33 1999
-+++ sigc-config.in Sat Jul 15 04:32:16 2000
+--- sigc-config.in.orig Sat Oct 20 17:38:36 2001
++++ sigc-config.in Tue May 28 14:33:11 2002
@@ -150,7 +150,7 @@
case "$i" in
# a library, save it for later, in reverse order
@@ -11,12 +11,12 @@ $NetBSD: patch-ab,v 1.1 2000/07/15 08:41:28 jlam Exp $
if test "X$af_echo_libs_L" = "Xyes"; then
case " $af_lib_L_flags " in
*\ $i\ *) ;; # already there
-@@ -218,7 +218,7 @@
- includes="-I@includedir@"
- fi
+@@ -215,7 +215,7 @@
+
+
if test "@libdir@" != /usr/lib ; then
- libs="-L@libdir@"
+ libs="-Wl,-R@libdir@ -L@libdir@"
fi
- af_cflags="$af_cflags -I@libdir@/sigc++/include $includes"
+ af_cflags="$af_cflags -I@libdir@/sigc++-1.0/include -I@includedir@/sigc++-1.0"
af_libs="$libs -lsigc @THREAD_LIB@ $af_libs"