pkgbuild fixes for qt and qt3

This commit is contained in:
Kevin Mihelich 2011-03-27 21:51:24 -04:00
parent 1682736ba1
commit 3094a7dee4
2 changed files with 13 additions and 9 deletions

View file

@ -80,15 +80,17 @@ build() {
-opengl \
-no-openvg \
-glib \
-no-mmx \
-no-3dnow \
-no-sse \
-no-sse2 \
-no-sse3 \
-no-ssse3 \
-no-sse4.1 \
-no-sse4.2 \
-no-avx
-no-mmx \
-no-3dnow \
-no-sse \
-no-sse2 \
-no-sse3 \
-no-ssse3 \
-no-sse4.1 \
-no-sse4.2 \
-no-avx \
-no-neon
make
}

View file

@ -67,6 +67,8 @@ build() {
patch -p1 -i ${srcdir}/qt-odbc.patch || return 1
patch -p0 -i ${srcdir}/qt3-png14.patch || return 1
# PlugApps ARM patch
patch -p1 -i ${srcdir}/arm.patch || return1
# start compiling qt
sed -i 's|-cp -P -f|-cp -L -f|' qmake/Makefile.unix
rm -rf doc/html examples tutorial