Advertisement
Guest User

Untitled

a guest
Jul 19th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.72 KB | None | 0 0
  1. --- PKGBUILD    2011-02-21 10:32:32.000000000 +0100
  2. +++ PKGBUILD.patched    2011-07-19 15:52:02.487073825 +0200
  3. @@ -16,8 +16,9 @@
  4.  depends=('gdbm' 'db' 'openssl' 'zlib' 'readline')
  5.  optdepends=('tk: for Ruby/TK')
  6.  
  7. -source=(ftp://ftp.ruby-lang.org/pub/ruby/stable/$_pkgname-$_pkgver.tar.bz2)
  8. -md5sums=('2f14f604bf981bb938ab5fc8b09eb1a6')
  9. +source=(ftp://ftp.ruby-lang.org/pub/ruby/stable/$_pkgname-$_pkgver.tar.bz2 ruby-1.8.7-p334.patch)
  10. +md5sums=('2f14f604bf981bb938ab5fc8b09eb1a6' '21483d85de54e987be914a924bea10d3')
  11. +
  12.  
  13.  build() {
  14.    cd "${srcdir}/${_pkgname}-${_pkgver}"
  15. @@ -26,6 +27,7 @@
  16.      --disable-rpath \
  17.      --enable-shared \
  18.      --enable-pthread
  19. +  patch -Np1 < ${srcdir}/ruby-1.8.7-p334.patch
  20.    make
  21.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement