summaryrefslogtreecommitdiff
path: root/community/lilypond/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lilypond/PKGBUILD')
-rw-r--r--community/lilypond/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lilypond/PKGBUILD b/community/lilypond/PKGBUILD
index 2a2529111..c9bf8ebcf 100644
--- a/community/lilypond/PKGBUILD
+++ b/community/lilypond/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=lilypond
pkgver=2.16.2
pkgrel=1
pkgdesc="An automated music engraving system"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://lilypond.org"
license=('GPL')
depends=('guile' 'python2' 'texlive-core' 'ghostscript' 'pango' 'fontconfig')
@@ -30,7 +30,7 @@ build() {
rm -rf python/out/
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-documentation
make
}