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 }