summaryrefslogtreecommitdiff
path: root/devel/libsigc++
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-02-01 03:12:09 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-02-01 03:12:09 +0000
commit4e077ebed96d2ba6b928182c3ca58f90d5f23c00 (patch)
tree41729fa7c2448b8a502d7428c153cd3cd50f630a /devel/libsigc++
parentupdate WWW and move sigc++config.h (diff)
forgot this file
PR: 16494
Notes
Notes: svn path=/head/; revision=25382
Diffstat (limited to 'devel/libsigc++')
-rw-r--r--devel/libsigc++/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libsigc++/files/patch-af b/devel/libsigc++/files/patch-af
new file mode 100644
index 000000000000..6ac813699ae3
--- /dev/null
+++ b/devel/libsigc++/files/patch-af
@@ -0,0 +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 @@
+ 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_libs="$libs -lsigc @THREAD_LIB@ $af_libs"
+
+