diff options
Diffstat (limited to '~xihh')
-rw-r--r-- | ~xihh/libreoffice/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/~xihh/libreoffice/PKGBUILD b/~xihh/libreoffice/PKGBUILD index 9f5b7ded7..12ea01996 100644 --- a/~xihh/libreoffice/PKGBUILD +++ b/~xihh/libreoffice/PKGBUILD @@ -29,10 +29,10 @@ arch=('i686' 'x86_64' 'mips64el') _OFFICEUPD="340" license=('LGPL3') url="http://www.libreoffice.org/" -if [ ${CARCH} = 'mips64el' ]; then - makedepends=( 'sane' 'perl-archive-zip' 'zip' 'unzip' 'xulrunner' 'unixodbc' 'hsqldb-java' +if [ "${CARCH}" == 'mips64el' ]; then + makedepends=('perl-archive-zip' 'zip' 'unzip' 'xulrunner' 'unixodbc' 'gperf' 'poppler' 'kdelibs' 'gconf' 'cppunit' - 'beanshell' 'vigra' 'libldap' 'lucene' 'libmythes' 'junit' 'libwpg' 'imagemagick' + 'vigra' 'libldap' 'libmythes' 'libwpg' 'imagemagick' 'mesa' 'gstreamer0.10-base' "curl>=7.20.0" "hunspell>=1.2.8" "python2>=2.7" 'libwpd>=0.9.2' 'libwps' 'libxaw' "neon>=0.28.6" 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' "icu>=4.6" 'libxslt' @@ -244,7 +244,7 @@ build() { ARCH_FLAGS="$ARCH_FLAGS $i" done - CFLAGS=${ARCH_FLAGS[@]} + CFLAGS="-O1 ${ARCH_FLAGS[@]}" # python2 fix export PYTHON=python2 |