From 7df7f3b427739ff7d69da2ba218da0124822892c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:39:48 +0000 Subject: Remove all .morph files and files from the old format --- unmaintained/strata/qt4-tools/qt4-tools.morph | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 unmaintained/strata/qt4-tools/qt4-tools.morph (limited to 'unmaintained/strata/qt4-tools/qt4-tools.morph') diff --git a/unmaintained/strata/qt4-tools/qt4-tools.morph b/unmaintained/strata/qt4-tools/qt4-tools.morph deleted file mode 100644 index bc4cc17e..00000000 --- a/unmaintained/strata/qt4-tools/qt4-tools.morph +++ /dev/null @@ -1,18 +0,0 @@ -name: qt4-tools -kind: chunk -max-jobs: 1 -configure-commands: -- | - arch=$(uname -m) - if [ "${arch}" != "${arch//arm/}" ] ; then - sed 's/g++-unix.conf)/&\nQMAKE_CXXFLAGS += -fno-strict-volatile-bitfields/' \ - -i mkspecs/linux-g++/qmake.conf - else - echo Running on x86, not modifying qmake.conf - fi -- ./configure -v -prefix /usr -opensource -confirm-license -build-commands: -- make -- LD_LIBRARY_PATH="$PWD"/lib QT_PLUGIN_PATH="$PWD"/plugins make docs -install-commands: -- make install INSTALL_ROOT="$DESTDIR" -- cgit v1.2.1