diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-01 11:12:09 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-01 11:12:09 +0800 |
commit | 28a780e38dfd813c50a3210cea519933eb791501 (patch) | |
tree | e7053cee13173768ec3365b57b805e6f0d1d9284 /devel/libsigc++12 | |
parent | 93ad35676aa39c20d7431642eeb28aa90c7dc826 (diff) | |
download | freebsd-ports-gnome-28a780e38dfd813c50a3210cea519933eb791501.tar.gz freebsd-ports-gnome-28a780e38dfd813c50a3210cea519933eb791501.tar.zst freebsd-ports-gnome-28a780e38dfd813c50a3210cea519933eb791501.zip |
forgot this file
PR: 16494
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" + + |