summaryrefslogtreecommitdiff
path: root/user/torcs/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-20 18:48:17 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-20 18:48:17 +0000
commite10b674b2c32ea171eacd8a7e2932a21f278fd8e (patch)
tree53e5dbee9028c7b8a9f566a75cc280839ee64906 /user/torcs/APKBUILD
parente6a6273920792d67ddfcca2ab3fadadaf134a1d2 (diff)
downloadpackages-e10b674b2c32ea171eacd8a7e2932a21f278fd8e.tar.gz
packages-e10b674b2c32ea171eacd8a7e2932a21f278fd8e.tar.bz2
packages-e10b674b2c32ea171eacd8a7e2932a21f278fd8e.tar.xz
packages-e10b674b2c32ea171eacd8a7e2932a21f278fd8e.zip
user/torcs: -fpermissive, the scary bandaid of GCC 8
Diffstat (limited to 'user/torcs/APKBUILD')
-rw-r--r--user/torcs/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/torcs/APKBUILD b/user/torcs/APKBUILD
index e24f2794b..ef7c3cb23 100644
--- a/user/torcs/APKBUILD
+++ b/user/torcs/APKBUILD
@@ -23,6 +23,7 @@ source="https://sourceforge.net/projects/torcs/files/all-in-one/$pkgver/torcs-$p
build() {
cd "$builddir"
+ export CXXFLAGS="$CXXFLAGS -fpermissive" # GCC 8
autoreconf
./configure \
--build=$CBUILD \