mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-22 12:16:29 +00:00
Support for GCC 9 added
This commit is contained in:
parent
927cd2b022
commit
5971643ae7
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -37,7 +37,7 @@ build() {
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
# Adding support for new version of GCC
|
# Adding support for new version of GCC
|
||||||
sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*|7\*/&|8*/' configure
|
sed -i.orig 's/\*|4\.\*|5\.\*|6\.\*|7\*/&|8*|9*/' configure
|
||||||
|
|
||||||
# If both SDL and SDL2 are installed, then disable SDL.
|
# If both SDL and SDL2 are installed, then disable SDL.
|
||||||
# Otherwise there are functions with similar names and linking fails.
|
# Otherwise there are functions with similar names and linking fails.
|
||||||
|
|
Loading…
Reference in a new issue