boomerang: fix build w/ qt5-5.15.0
This commit is contained in:
@@ -20,6 +20,12 @@ case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="BinaryFile.h:45:5: error: expected unqualified-id before numeric constant"
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
# Fails to build w/ qt5-5.15.0 because of deprecated functions warnings
|
||||
vsed -i cmake-scripts/boomerang-flags.cmake \
|
||||
-e "s;-Werror;;"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.TERMS
|
||||
rm ${DESTDIR}/usr/share/boomerang/LICENSE.TERMS
|
||||
|
||||
Reference in New Issue
Block a user