From a36666731c0b43d072adeef98caeaf543ec5aabf Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 6 Feb 2014 13:18:22 +0000 Subject: [PATCH] extra/qt5: disable rpi extras --- extra/qt5/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD index be3cd71ae..e264e6edd 100644 --- a/extra/qt5/PKGBUILD +++ b/extra/qt5/PKGBUILD @@ -67,13 +67,13 @@ prepare() { cd .. # Raspberry Pi - if [ "$CARCH" == 'armv6h' ]; then - cd qtbase - patch -p1 -i "${srcdir}"/rpi.patch - cd .. - rbp_config="-device linux-rasp-pi-g++ -eglfs" - export CXXFLAGS=${CXXFLAGS}" -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux" - fi +# if [ "$CARCH" == 'armv6h' ]; then +# cd qtbase +# patch -p1 -i "${srcdir}"/rpi.patch +# cd .. +# rbp_config="-device linux-rasp-pi-g++ -eglfs" +# export CXXFLAGS=${CXXFLAGS}" -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux" +# fi sed -i "s|-O2|${CXXFLAGS}|" qtbase/mkspecs/common/{g++,gcc}-base.conf sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" qtbase/mkspecs/common/gcc-base-unix.conf