summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2016-07-04 17:40:51 -0600
committerKamran Mackey2016-07-04 17:40:51 -0600
commit37a70af5f55ba590c726e057e30ab6cb4533495b (patch)
tree810c99fa7413235838a093adc49c600d93bba8d7
parentc3a63b4c2b9f1ed341041f0a3ad160abbf062924 (diff)
downloadaur-37a70af5f55ba590c726e057e30ab6cb4533495b.tar.gz
Added a new configure option "--disable-sse"
This package should now be on par with the FLAC package from Extra. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f885951a9174..687e42b1cb3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 04:47:15 UTC 2015
+# Mon Jul 4 23:40:44 UTC 2016
pkgbase = flac-git
pkgver = r3581.02a9262
pkgrel = 1
diff --git a/PKGBUILD b/PKGBUILD
index 5065c4d584fb..89ced9b7a1ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$_gitname"
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-sse
make
}