summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-10-04 14:15:15 +0100
committerMarek Szuba <marecki@gentoo.org>2022-10-04 14:19:22 +0100
commit25a3c173c81caabc2cbcee7b3a74606b73cfcc51 (patch)
treee71b68c90032e50e99167085217c138165681448 /games-engines
parentmedia-video/ffmpeg: bump to 5.1.2 (diff)
downloadgentoo-25a3c173c81caabc2cbcee7b3a74606b73cfcc51.tar.gz
gentoo-25a3c173c81caabc2cbcee7b3a74606b73cfcc51.tar.bz2
gentoo-25a3c173c81caabc2cbcee7b3a74606b73cfcc51.zip
games-engines/love: legacy slots: set -DLUA_COMPAT_OPENLIB
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/love/love-0.7.2-r100.ebuild2
-rw-r--r--games-engines/love/love-0.8.0-r100.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/love/love-0.7.2-r100.ebuild b/games-engines/love/love-0.7.2-r100.ebuild
index 8189b417ccce..e81ab1fb55ca 100644
--- a/games-engines/love/love-0.7.2-r100.ebuild
+++ b/games-engines/love/love-0.7.2-r100.ebuild
@@ -43,7 +43,7 @@ PATCHES=(
src_prepare() {
default
- append-cflags -Wno-error=implicit-function-declaration
+ append-cppflags -DLUA_COMPAT_OPENLIB
}
src_install() {
diff --git a/games-engines/love/love-0.8.0-r100.ebuild b/games-engines/love/love-0.8.0-r100.ebuild
index c2d4a9c8c103..6e828c9c6e1e 100644
--- a/games-engines/love/love-0.8.0-r100.ebuild
+++ b/games-engines/love/love-0.8.0-r100.ebuild
@@ -41,7 +41,7 @@ PATCHES=(
src_prepare() {
default
- append-cflags -Wno-error=implicit-function-declaration
+ append-cppflags -DLUA_COMPAT_OPENLIB
}
src_install() {