boomerang: fix build w/ qt5-5.15.0
This commit is contained in:
parent
c4f6b779bc
commit
4bb6078509
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) broken="BinaryFile.h:45:5: error: expected unqualified-id before numeric constant"
|
ppc*) broken="BinaryFile.h:45:5: error: expected unqualified-id before numeric constant"
|
||||||
esac
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE.TERMS
|
vlicense LICENSE.TERMS
|
||||||
rm ${DESTDIR}/usr/share/boomerang/LICENSE.TERMS
|
rm ${DESTDIR}/usr/share/boomerang/LICENSE.TERMS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue