diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zsh-4.1.1/configure.patch | 0 | ||||
-rw-r--r-- | zsh/zsh_4.1.1.oe | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zsh/zsh-4.1.1/configure.patch b/zsh/zsh-4.1.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/zsh/zsh-4.1.1/configure.patch diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe index 91869b3caa..36c7ecbe07 100644 --- a/zsh/zsh_4.1.1.oe +++ b/zsh/zsh_4.1.1.oe @@ -5,8 +5,8 @@ MAINTAINER="Chris Larson <kergoth@handhelds.org>" RDEPENDS="libc6" DEPENDS=virtual/libc ncurses pcre -SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2" -S="${WORKDIR}/${P}" +SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1" inherit autotools |