diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-10-31 18:21:09 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-10-31 18:21:09 -0300 |
commit | 7f03ef2dc20a393dcbf3868e06c1da393771ca89 (patch) | |
tree | 8c21e53e036a40ce2f0d389437fa453c17ce63ac /extra/libtheora/PKGBUILD | |
parent | 97a832ff546d30bb6eec34f23fd94aecab9ac738 (diff) |
xorg-server update
Diffstat (limited to 'extra/libtheora/PKGBUILD')
-rw-r--r-- | extra/libtheora/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libtheora/PKGBUILD b/extra/libtheora/PKGBUILD index 804fce211..d40c8a8d0 100644 --- a/extra/libtheora/PKGBUILD +++ b/extra/libtheora/PKGBUILD @@ -18,7 +18,7 @@ sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262') build() { cd "${srcdir}/libtheora-${pkgver}" - ./configure --prefix=/usr --enable-shared --disable-static + ./configure --prefix=/usr --enable-shared --disable-static --build=$CHOST --target=$CHOST --host=$CHOST make } |