summaryrefslogtreecommitdiff
path: root/devel/libsigc++/files/patch-af
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-06 20:31:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-06 20:31:10 +0000
commit6748e9eca39c8fc8e35b5d5fe5c3fa187997b70a (patch)
treec0ee8e4a96f4a1b3d53f6743541c86bcf32fe8c1 /devel/libsigc++/files/patch-af
parent- Spin off Gimp-Print driver. (diff)
Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets added
to the tree. Prompted by: Neil Darlow <neil@darlow.co.uk>
Diffstat (limited to 'devel/libsigc++/files/patch-af')
-rw-r--r--devel/libsigc++/files/patch-af10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libsigc++/files/patch-af b/devel/libsigc++/files/patch-af
index 6ac813699ae3..026dad7441cd 100644
--- a/devel/libsigc++/files/patch-af
+++ b/devel/libsigc++/files/patch-af
@@ -1,11 +1,11 @@
---- sigc-config.in Thu Jan 13 07:23:16 2000
-+++ sigc-config.in Mon Jan 31 10:34:45 2000
-@@ -220,7 +220,7 @@
+--- sigc-config.in.orig Sat Oct 20 11:38:36 2001
++++ sigc-config.in Tue Aug 6 13:53:55 2002
+@@ -217,7 +217,7 @@
if test "@libdir@" != /usr/lib ; then
libs="-L@libdir@"
fi
--af_cflags="$af_cflags -I@libdir@/sigc++/include $includes"
-+af_cflags="$af_cflags $includes"
+-af_cflags="$af_cflags -I@libdir@/sigc++-1.0/include -I@includedir@/sigc++-1.0"
++af_cflags="$af_cflags -I@includedir@/sigc++-1.0"
af_libs="$libs -lsigc @THREAD_LIB@ $af_libs"