summaryrefslogtreecommitdiff
path: root/extra/libtheora
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-05 11:50:41 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-05 11:50:41 +0200
commit9c15182004cd75a74530c58aa29575d1a8125837 (patch)
treedde5b10fb14c308a30a805d806c8c564d57fcfcb /extra/libtheora
parentf8fb06773f815f5df8988d0395565f5da4fe20f8 (diff)
Build fixes.
Diffstat (limited to 'extra/libtheora')
-rw-r--r--extra/libtheora/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libtheora/PKGBUILD b/extra/libtheora/PKGBUILD
index 8280477cf..9b2a3b59a 100644
--- a/extra/libtheora/PKGBUILD
+++ b/extra/libtheora/PKGBUILD
@@ -26,7 +26,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --enable-shared --disable-static
+ ./configure --prefix=/usr --enable-shared --disable-static --build=$CHOST --host=$CHOST
make
}