diff options
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-ltmain.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-ltmain.sh b/x11-toolkits/py-gtk2/files/patch-ltmain.sh deleted file mode 100644 index 7cefa767e..000000000 --- a/x11-toolkits/py-gtk2/files/patch-ltmain.sh +++ /dev/null @@ -1,19 +0,0 @@ ---- 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 - ;; - |