diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-01 03:12:09 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-01 03:12:09 +0000 |
commit | 4e077ebed96d2ba6b928182c3ca58f90d5f23c00 (patch) | |
tree | 41729fa7c2448b8a502d7428c153cd3cd50f630a /devel/libsigc++12 | |
parent | ddf5479369c567a04711c8da9a970127ea101394 (diff) | |
download | ports-4e077ebed96d2ba6b928182c3ca58f90d5f23c00.tar.gz ports-4e077ebed96d2ba6b928182c3ca58f90d5f23c00.zip |
Notes
Diffstat (limited to 'devel/libsigc++12')
-rw-r--r-- | devel/libsigc++12/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libsigc++12/files/patch-af b/devel/libsigc++12/files/patch-af new file mode 100644 index 000000000000..6ac813699ae3 --- /dev/null +++ b/devel/libsigc++12/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" + + |