
PKGBUILD.diff
By: a guest on
Jan 6th, 2011 | syntax:
Diff | size: 0.62 KB | hits: 174 | expires: Never
6c6
< pkgrel=1
---
> pkgrel=2
8c8
< arch=('i686')
---
> arch=('i686' 'x86_64')
12c12
< makedepends=('wget')
---
> makedepends=('wget' 'patch')
15c15,17
< md5sums=('b3fc12006b0af12f59cd573c07aa4c1d')
---
> source=(configure.patch configure.ac.patch)
> md5sums=('a6e6556dbc4bd7a7f9a0f8ec05ede202'
> '2b970d4878c5720ecd8aa65e62196b19')
26a29,36
> # 64bit will compile, but patches to configure and configure.ac are required.
> if [ "${CARCH}" == "x86_64" ]
> then
> # apply patches
> patch ./configure configure.patch
> patch ./configure.ac configure.ac.patch
> fi
>
38a49
> }