summaryrefslogtreecommitdiff
path: root/extra/libmad
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-26 14:51:46 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-26 14:51:46 -0500
commit2095d71af1b9e0c1dff405c178a9481d1020ca3e (patch)
treea2190dce78cc35a9d986c1617b6c9aaeff9a3ed6 /extra/libmad
parent3c73cfcac55209f61a48650c9254f72f46a93500 (diff)
parentd85795e61e77e250f1051d287241ef7cf2247cc6 (diff)
today batch
Diffstat (limited to 'extra/libmad')
-rw-r--r--extra/libmad/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libmad/PKGBUILD b/extra/libmad/PKGBUILD
index 31ec18b16..14f32b061 100644
--- a/extra/libmad/PKGBUILD
+++ b/extra/libmad/PKGBUILD
@@ -29,7 +29,7 @@ build() {
patch -p1 -i "${srcdir}/optimize.diff"
CFLAGS="$CFLAGS -ftree-vectorize -ftree-vectorizer-verbose=1"
autoconf
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-fpm=default
make
}