diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-16 15:11:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-16 15:11:53 +0000 |
commit | a9ac44d648afa54b430951ab7027b183641075b2 (patch) | |
tree | 1fe6fb438ec31272ac14808cb54562a4d4d44d12 /lang/librep2/files/patch-ltmain.sh | |
parent | Update to 5.1 (diff) |
Fix the sawfish configurator under -stable. Bump PORTREVISION.
Reviewed by: sobomax
Diffstat (limited to '')
-rw-r--r-- | lang/librep2/files/patch-ltmain.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/librep2/files/patch-ltmain.sh b/lang/librep2/files/patch-ltmain.sh new file mode 100644 index 000000000000..bb2407590cad --- /dev/null +++ b/lang/librep2/files/patch-ltmain.sh @@ -0,0 +1,19 @@ +--- ltmain.sh.orig Wed Jan 23 11:38:40 2002 ++++ ltmain.sh Sun Feb 3 01:44:17 2002 +@@ -1037,8 +1037,16 @@ + continue + ;; + ++ -pthread) ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + |