diff options
Diffstat (limited to 'extra/texmacs/PKGBUILD')
-rw-r--r-- | extra/texmacs/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/texmacs/PKGBUILD b/extra/texmacs/PKGBUILD index a882cbfb3..c81afb68e 100644 --- a/extra/texmacs/PKGBUILD +++ b/extra/texmacs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=texmacs pkgver=1.0.7.16 pkgrel=2 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.texmacs.org/" license=('GPL') depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 'shared-mime-info' @@ -34,6 +34,9 @@ build() { sed -i '/gtk-update-icon-cache/d' Makefile.in sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in + # Unused i386 binary making strip fail. + rm plugins/maxima/bin/maxima_filter + ./configure --prefix=/usr \ --mandir=/usr/share/man \ --libexecdir=/usr/lib |