summaryrefslogtreecommitdiff
path: root/lang/librep/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-03 05:00:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-03 05:00:30 +0000
commit2881c2261a080efa6e115f750665311e278e2be2 (patch)
tree03faf0e9b807187121911ce00869f21dd4470215 /lang/librep/files/patch-ltmain.sh
parentMark BROKEN. The audio/p5-FreeDB dependency doesn't exist, and there's (diff)
Re-fix the sawfish configurators after switching over to librep.
Reported by: Anders Andersson <anders@hack.org> Pointy hat to: me
Diffstat (limited to '')
-rw-r--r--lang/librep/files/patch-ltmain.sh19
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
+ ;;
+