prboom-plus: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
392af21ad2
commit
7921942b8e
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ homepage="http://prboom-plus.sourceforge.net/"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=e0e2241d174839b107f1a42b191aa9895dc6749e477cbc850ad520fba2353b94
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|^gamesdir = $(prefix)/games|gamesdir = ${bindir}|g' src/Makefile.in
|
||||
sed -i 's|@PACKAGE@-@VERSION@|prboom-plus|g' Makefile.in
|
||||
|
|
Loading…
Reference in a new issue