From 795048c7c82ef212e75d29bbeeff9c83a7062a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 1 Jul 2020 00:23:27 +0200 Subject: [PATCH] lmms: remove trial and error trails --- srcpkgs/lmms/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/lmms/template b/srcpkgs/lmms/template index 317fb476b7..31c8a9dd7b 100644 --- a/srcpkgs/lmms/template +++ b/srcpkgs/lmms/template @@ -24,10 +24,6 @@ build_options_default="sndio" # No error for several warnings CXXFLAGS="-Wno-deprecated-declarations -Wno-class-memaccess -Wno-format-truncation" -#pre_configure() { -# grep -rlw QString::null | xargs sed -i -e "s;QString::null;nullptr;g" -#} - post_install() { rm -f ${DESTDIR}/usr/lib/*.a }