diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-01 01:36:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-01 01:36:53 +0800 |
commit | 6f6932ff2d52e325ca55a459e8340b93605e0917 (patch) | |
tree | 133aeb8a7589c01e744a73573d6e509fda6d27bf /x11-toolkits/py-gtk2/files/patch-ltmain.sh | |
parent | 9ab23f3fa688929e38b66335ceb4432e9878812b (diff) | |
download | marcuscom-ports-6f6932ff2d52e325ca55a459e8340b93605e0917.tar marcuscom-ports-6f6932ff2d52e325ca55a459e8340b93605e0917.tar.gz marcuscom-ports-6f6932ff2d52e325ca55a459e8340b93605e0917.tar.bz2 marcuscom-ports-6f6932ff2d52e325ca55a459e8340b93605e0917.tar.lz marcuscom-ports-6f6932ff2d52e325ca55a459e8340b93605e0917.tar.xz marcuscom-ports-6f6932ff2d52e325ca55a459e8340b93605e0917.tar.zst marcuscom-ports-6f6932ff2d52e325ca55a459e8340b93605e0917.zip |
Add py-gtk2, and update to 2.3.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2/files/patch-ltmain.sh')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-ltmain.sh | 19 |
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 + ;; + |