diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-08-27 19:12:01 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-08-27 19:12:01 +0000 |
commit | cccc3783f7fc1219caa4e9b3dbfe7353a3391d76 (patch) | |
tree | 8d84cb11fc6483199c4f27ee69fd385bb7937f22 /app-shells/zsh/files | |
parent | link all modules statically when USE="static" (diff) | |
download | gentoo-2-cccc3783f7fc1219caa4e9b3dbfe7353a3391d76.tar.gz gentoo-2-cccc3783f7fc1219caa4e9b3dbfe7353a3391d76.tar.bz2 gentoo-2-cccc3783f7fc1219caa4e9b3dbfe7353a3391d76.zip |
link all modules statically when USE="static"
Diffstat (limited to 'app-shells/zsh/files')
-rw-r--r-- | app-shells/zsh/files/digest-zsh-4.1.1-r1 | 2 | ||||
-rw-r--r-- | app-shells/zsh/files/zsh-4.1.1-gentoo.diff | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-shells/zsh/files/digest-zsh-4.1.1-r1 b/app-shells/zsh/files/digest-zsh-4.1.1-r1 new file mode 100644 index 000000000000..8cce53db48a1 --- /dev/null +++ b/app-shells/zsh/files/digest-zsh-4.1.1-r1 @@ -0,0 +1,2 @@ +MD5 48958b1a3fc86261a26eea40a4f7d4af zsh-4.1.1.tar.bz2 1924514 +MD5 a4fb455591ee95e5264bf985af3473ea zsh-4.1.1-euc-0.2.patch.gz 2788 diff --git a/app-shells/zsh/files/zsh-4.1.1-gentoo.diff b/app-shells/zsh/files/zsh-4.1.1-gentoo.diff new file mode 100644 index 000000000000..c52e184c8bee --- /dev/null +++ b/app-shells/zsh/files/zsh-4.1.1-gentoo.diff @@ -0,0 +1,12 @@ +diff -urN zsh-4.1.1.old/Src/mkbltnmlst.sh zsh-4.1.1/Src/mkbltnmlst.sh +--- zsh-4.1.1.old/Src/mkbltnmlst.sh 2002-10-16 02:59:58.000000000 +0900 ++++ zsh-4.1.1/Src/mkbltnmlst.sh 2003-08-27 22:45:49.000000000 +0900 +@@ -54,7 +54,7 @@ + echo " add_autoparam(\"$param\", \"$x_mod\");" + done + for mfunc in $automathfuncs; do +- echo " add_automath(\"$mfunc\", \"$x_mod\");" ++ echo " add_automathfunc(\"$mfunc\", \"$x_mod\");" + done + echo " }" + for dep in $moddeps; do |