diff options
Diffstat (limited to 'devel/gnomevfs/files/patch-ltmain.sh')
-rw-r--r-- | devel/gnomevfs/files/patch-ltmain.sh | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/devel/gnomevfs/files/patch-ltmain.sh b/devel/gnomevfs/files/patch-ltmain.sh index 91c341790451..3284d88e43f0 100644 --- a/devel/gnomevfs/files/patch-ltmain.sh +++ b/devel/gnomevfs/files/patch-ltmain.sh @@ -2,16 +2,22 @@ $FreeBSD$ --- ltmain.sh.orig Sun Jan 20 16:11:07 2002 -+++ ltmain.sh Tue Jan 22 13:34:20 2002 -@@ -1060,6 +1060,7 @@ ++++ ltmain.sh Thu Jan 24 17:07:06 2002 +@@ -1058,8 +1058,13 @@ + continue + ;; ++ -pthread) ++ compiler_flags="$compiler_flags -pthread" ++ ;; ++ -module) module=yes + build_old_libs=no continue ;; -@@ -2442,6 +2443,9 @@ +@@ -2442,6 +2447,9 @@ *-*-openbsd*) # Do not include libc due to us having libc/libc_r. ;; @@ -21,7 +27,7 @@ $FreeBSD$ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4208,10 +4212,12 @@ +@@ -4208,10 +4216,12 @@ fi # Install the pseudo-library for information purposes. |