[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Oct 12 20:31:04 UTC 2008
Date: Sunday, October 12, 2008 @ 16:31:04
Author: jgc
Revision: 15335
upgpkg: texlive-bin 2008-1.1
Modified:
texlive-bin/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-12 20:31:03 UTC (rev 15334)
+++ PKGBUILD 2008-10-12 20:31:04 UTC (rev 15335)
@@ -2,7 +2,7 @@
pkgname=texlive-bin
pkgver=2008
-pkgrel=1
+pkgrel=1.1
pkgdesc="TeX Live binaries"
license=('GPL')
arch=('i686' 'x86_64')
@@ -30,6 +30,10 @@
'bac8aee05595fb80fcae8e864ba063f6')
build() {
cd $startdir/src
+ if [ "${CARCH}" = "x86_64" ]; then
+ export CFLAGS="${CFLAGS} -fPIC"
+ export CXXFLAGS="${CXXFLAGS} -fPIC"
+ fi
lzma --force -dc texlive-bin-2008-texmf.tar.lzma | tar xf - || return 1
install -m755 -d $startdir/pkg/usr/share || return 1
find texmf -type d -exec install -d -m755 $startdir/pkg/usr/share/'{}' \; || return 1
More information about the arch-commits
mailing list