freebsd-ports/devel/libsigc++/files/patch-af
Joe Marcus Clarke 6748e9eca3 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>
2002-08-06 20:31:10 +00:00

11 lines
357 B
Text

--- 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++-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"