diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-03 13:00:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-03 13:00:30 +0800 |
commit | 3eb9df28a0400113760342c8cf3116a4af99493e (patch) | |
tree | 11b8381dfda5c6bebe5e9057c7abd0bf684f7ad8 /lang/librep/files | |
parent | e610f1a6fa829a57acb7aefdb5b289b69bd4d4eb (diff) | |
download | freebsd-ports-gnome-3eb9df28a0400113760342c8cf3116a4af99493e.tar.gz freebsd-ports-gnome-3eb9df28a0400113760342c8cf3116a4af99493e.tar.zst freebsd-ports-gnome-3eb9df28a0400113760342c8cf3116a4af99493e.zip |
Re-fix the sawfish configurators after switching over to librep.
Reported by: Anders Andersson <anders@hack.org>
Pointy hat to: me
Diffstat (limited to 'lang/librep/files')
-rw-r--r-- | lang/librep/files/patch-ltmain.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/librep/files/patch-ltmain.sh b/lang/librep/files/patch-ltmain.sh new file mode 100644 index 000000000000..bb2407590cad --- /dev/null +++ b/lang/librep/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 + ;; + |