aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qt-creator
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-28 02:19:05 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-28 02:19:05 +0000
commitdef17992d217c261d480259e5f5da74dde24d07b (patch)
treeec7fdb30396e7fe7daffe9bf3a7b089b071db2e6 /testing/qt-creator
parent9370c5d5c0bb546cbd2f54113bb6cc973bed98cb (diff)
downloadaports-def17992d217c261d480259e5f5da74dde24d07b.tar.bz2
aports-def17992d217c261d480259e5f5da74dde24d07b.tar.xz
testing/qt-creator: disable on aarch64
g++ -c -pipe -fPIC -ansi -fpermissive -finline-functions -Wno-long-long -O2 -fvisibility=hidden -Wall -W -D_REENTRANT -fPIC -DQSSH_LIBRARY -DIDE_LIBRARY_BASENAME=\"lib\" -DQT_CREATOR -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DBOTAN_DLL= -DBOTAN_TARGET_OS_HAS_GETTIMEOFDAY -DBOTAN_HAS_ALLOC_MMAP -DBOTAN_HAS_ENTROPY_SRC_DEV_RANDOM -DBOTAN_HAS_ENTROPY_SRC_EGD -DBOTAN_HAS_ENTROPY_SRC_FTW -DBOTAN_HAS_ENTROPY_SRC_UNIX -DBOTAN_HAS_MUTEX_PTHREAD -DBOTAN_HAS_PIPE_UNIXFD_IO -DBOTAN_TARGET_OS_IS_LINUX -DBOTAN_TARGET_OS_HAS_CLOCK_GETTIME -DBOTAN_TARGET_OS_HAS_DLOPEN -DBOTAN_TARGET_OS_HAS_GMTIME_R -DBOTAN_TARGET_OS_HAS_POSIX_MLOCK -DBOTAN_HAS_DYNAMICALLY_LOADED_ENGINE -DBOTAN_HAS_DYNAMIC_LOADER -DBOTAN_BUILD_COMPILER_IS_GCC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I../../../src -I../../libs -I/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/tools -I../../plugins -I../3rdparty -I.moc/release-shared -I.uic -o .obj/release-shared/botan.o ../3rdparty/botan/botan.cpp ../3rdparty/botan/botan.cpp:46234:21: fatal error: cpuid.h: No such file or directory #include <cpuid.h> ^ compilation terminated. make[3]: *** [Makefile:4265: .obj/release-shared/botan.o] Error 1 make[3]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src/libs/ssh' make[2]: *** [Makefile:253: sub-ssh-make_default] Error 2 make[2]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src/libs' make[1]: *** [Makefile:42: sub-libs-make_default-ordered] Error 2 make[1]: Leaving directory '/home/clandmeter/aports/testing/qt-creator/src/qt-creator-opensource-src-3.0.1/src'
Diffstat (limited to 'testing/qt-creator')
-rw-r--r--testing/qt-creator/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qt-creator/APKBUILD b/testing/qt-creator/APKBUILD
index db98c5e0b6..6fb55fe9a7 100644
--- a/testing/qt-creator/APKBUILD
+++ b/testing/qt-creator/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.0.1
pkgrel=1
pkgdesc="Lightweight and cross-platform IDE for Qt"
url="https://qt-project.org/wiki/Category:Tools::QtCreator"
-arch="all"
+arch="all !aarch64"
license="LGPLv2 with exceptions"
depends=""
depends_dev=""