mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
games-fps/openspades: add -fno-strict-aliasing
Closes: https://bugs.gentoo.org/859997 Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit cmake xdg
|
inherit cmake xdg flag-o-matic
|
||||||
|
|
||||||
PAK_REV=33
|
PAK_REV=33
|
||||||
|
|
||||||
@@ -53,6 +53,9 @@ src_prepare() {
|
|||||||
# Without this, CMake will error out because it will try to download the zip
|
# Without this, CMake will error out because it will try to download the zip
|
||||||
# during building.
|
# during building.
|
||||||
touch "${BUILD_DIR}/Resources/OpenSpadesDevPackage-r${PAK_REV}.zip"
|
touch "${BUILD_DIR}/Resources/OpenSpadesDevPackage-r${PAK_REV}.zip"
|
||||||
|
|
||||||
|
append-cflags -fno-strict-aliasing
|
||||||
|
append-cxxflags -fno-strict-aliasing
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
|||||||
Reference in New Issue
Block a user