diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-24 01:02:27 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-24 01:02:27 -0500 |
commit | 55926f59f83346a4a469254598b16d8b701fb687 (patch) | |
tree | 84dd3954a6829c59db6b4372400045df0a105133 /community/ois/PKGBUILD | |
parent | 5843397e4a8c4f29c26f3e8bee98113f26fe833e (diff) |
Add ois-1.3-gcc47.patch
Diffstat (limited to 'community/ois/PKGBUILD')
-rw-r--r-- | community/ois/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/ois/PKGBUILD b/community/ois/PKGBUILD index eeac3678f..484a72e92 100644 --- a/community/ois/PKGBUILD +++ b/community/ois/PKGBUILD @@ -10,11 +10,14 @@ arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/wgois" license=('custom:zlib/libpng') makedepends=('autoconf' 'automake' 'libtool' 'gcc' 'libxaw') -source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz") -md5sums=('9697fead17eac6025151cd2e1fca1518') +source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz" + "ois-1.3-gcc47.patch") +md5sums=('9697fead17eac6025151cd2e1fca1518' + 'e5cb7a504cf30a382d0b0420aedaa953') build() { cd ${srcdir}/${pkgname}-v${_oisver} + patch -Np1 -i ${srcdir}/ois-1.3-gcc47.patch chmod +x bootstrap ./bootstrap ./configure --prefix=/usr |