diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-10-04 14:15:15 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-10-04 14:19:22 +0100 |
commit | 25a3c173c81caabc2cbcee7b3a74606b73cfcc51 (patch) | |
tree | e71b68c90032e50e99167085217c138165681448 /games-engines | |
parent | media-video/ffmpeg: bump to 5.1.2 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | games-engines/love/love-0.8.0-r100.ebuild | 2 |
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() { |