summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2013-11-02 19:41:31 +0100
committerHyacinthe Cartiaux2015-06-09 14:03:29 +0200
commit26fe7e84944e6fbd2163ef27a49db8eebdde7c9a (patch)
tree254cd38d29ff55c67973ee7ca1263036ce6410ff
parent31f66cbae228d5e9d9e06cb8fb944ef6e327e133 (diff)
downloadaur-26fe7e84944e6fbd2163ef27a49db8eebdde7c9a.tar.gz
[genders] Fix compilation
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aaa12596853..d507545d0432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = genders
arch = x86_64
arch = i686
license = GPL
+ options = !makeflags
source = http://sourceforge.net/projects/genders/files/genders/1.20-1/genders-1.20.tar.gz
source = 624078.patch
md5sums = 26a3bc4b6d5eeae3ade7b719c6165d85
diff --git a/PKGBUILD b/PKGBUILD
index 6e6bc88f65dc..5132f16a41b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,12 @@ source=("http://sourceforge.net/projects/genders/files/genders/$pkgver-$pkgrel/$
'624078.patch')
md5sums=('26a3bc4b6d5eeae3ade7b719c6165d85'
'76431ec248c0ee9a2d1b9971cc13ce57')
+options=('!makeflags')
build() {
cd "$srcdir/$pkgname-$pkgver"
patch -p1 < ../624078.patch
- ./configure --without-python-extensions
+ ./configure --prefix=/usr --without-python-extensions
make
}