summaryrefslogtreecommitdiff
path: root/extra/texlive-bin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/texlive-bin/PKGBUILD')
-rw-r--r--extra/texlive-bin/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/texlive-bin/PKGBUILD b/extra/texlive-bin/PKGBUILD
index 980aac315..7892a0892 100644
--- a/extra/texlive-bin/PKGBUILD
+++ b/extra/texlive-bin/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=texlive-bin
pkgver=2010.1
_luatex_ver=0.66.0
-pkgrel=8
+pkgrel=9
pkgdesc="TeX Live binaries"
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('t1lib' 'gd' 'libgraphite' 'poppler' 'libsigsegv' 'zziplib')
makedepends=('perl' 'clisp' 'ffcall')
optdepends=('ed: for texconfig')
@@ -46,7 +46,7 @@ md5sums=('626f900fb59f036d6fea95f08c74b00b'
'523802a23bc174374403415d9cc87946')
build() {
- if [ "${CARCH}" = "x86_64" ]; then
+ if [ "${CARCH}" != "i686" ]; then
export CFLAGS="${CFLAGS} -fPIC"
export CXXFLAGS="${CXXFLAGS} -fPIC"
fi
@@ -60,7 +60,7 @@ build() {
cd build
../source/configure --prefix=/usr -C \
--disable-native-texlive-build \
- --with-banner-add="/Arch Linux" \
+ --with-banner-add="/Parabola GNU Linux-libre" \
--enable-cxx-runtime-hack \
--disable-all-pkgs \
--disable-dump-share \