summaryrefslogtreecommitdiff
path: root/~xihh/libreoffice
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-18 20:02:26 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-18 20:02:26 -0500
commitaf2856e0d38cdb398d6a3f0d9f48baf279525778 (patch)
treea1197caccfe99b945139217322b35bc89824f411 /~xihh/libreoffice
parent73a1a0830bddb9b7368e32765c4f97ee38fe9880 (diff)
take out some makepends from mips array
Diffstat (limited to '~xihh/libreoffice')
-rw-r--r--~xihh/libreoffice/PKGBUILD8
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