diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-03 12:44:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-03 12:44:39 +0800 |
commit | fc73be32f5b59aa5d001b9b65000f51044b1671a (patch) | |
tree | 7f689ff73630c526335a5380eb9ed050c67f449b /x11-toolkits/py-gtk2 | |
parent | 8dde9feb5df49b48e983b6936e9578527cf06c18 (diff) | |
download | marcuscom-ports-fc73be32f5b59aa5d001b9b65000f51044b1671a.tar marcuscom-ports-fc73be32f5b59aa5d001b9b65000f51044b1671a.tar.gz marcuscom-ports-fc73be32f5b59aa5d001b9b65000f51044b1671a.tar.bz2 marcuscom-ports-fc73be32f5b59aa5d001b9b65000f51044b1671a.tar.lz marcuscom-ports-fc73be32f5b59aa5d001b9b65000f51044b1671a.tar.xz marcuscom-ports-fc73be32f5b59aa5d001b9b65000f51044b1671a.tar.zst marcuscom-ports-fc73be32f5b59aa5d001b9b65000f51044b1671a.zip |
Remove patch-ltmain.sh.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2599 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2')
-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 - ;; - |