summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtk2/files/patch-ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-gtk2/files/patch-ltmain.sh')
-rw-r--r--x11-toolkits/py-gtk2/files/patch-ltmain.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-ltmain.sh b/x11-toolkits/py-gtk2/files/patch-ltmain.sh
new file mode 100644
index 000000000..7cefa767e
--- /dev/null
+++ b/x11-toolkits/py-gtk2/files/patch-ltmain.sh
@@ -0,0 +1,19 @@
+--- ltmain.sh.orig Sun Mar 23 21:36:18 2003
++++ ltmain.sh Sun Mar 23 21:38:57 2003
+@@ -1085,8 +1085,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
+ ;;
+