Don't like ads? PRO users don't see any ads ;-)
Guest

PKGBUILD.diff

By: a guest on Jan 6th, 2011  |  syntax: Diff  |  size: 0.62 KB  |  hits: 174  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 6c6
  2. < pkgrel=1
  3. ---
  4. > pkgrel=2
  5. 8c8
  6. < arch=('i686')
  7. ---
  8. > arch=('i686' 'x86_64')
  9. 12c12
  10. < makedepends=('wget')
  11. ---
  12. > makedepends=('wget' 'patch')
  13. 15c15,17
  14. < md5sums=('b3fc12006b0af12f59cd573c07aa4c1d')
  15. ---
  16. > source=(configure.patch configure.ac.patch)
  17. > md5sums=('a6e6556dbc4bd7a7f9a0f8ec05ede202'
  18. >          '2b970d4878c5720ecd8aa65e62196b19')
  19. 26a29,36
  20. >   # 64bit will compile, but patches to configure and configure.ac are required.
  21. >   if [ "${CARCH}" == "x86_64" ]
  22. >   then
  23. >      # apply patches
  24. >      patch ./configure configure.patch
  25. >      patch ./configure.ac configure.ac.patch
  26. >   fi
  27. >
  28. 38a49
  29. > }