diff options
author | Sam James <sam@gentoo.org> | 2024-11-17 13:32:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-17 13:58:35 +0000 |
commit | 5eb11859f4f36a55e93d5e05adb7fc8b16d24962 (patch) | |
tree | b53ccbd3b24b8272878acae73325ad83e16539f4 /media-libs | |
parent | sys-libs/gpm: build with -std=gnu17 (diff) | |
download | gentoo-5eb11859f4f36a55e93d5e05adb7fc8b16d24962.tar.gz gentoo-5eb11859f4f36a55e93d5e05adb7fc8b16d24962.tar.bz2 gentoo-5eb11859f4f36a55e93d5e05adb7fc8b16d24962.zip |
media-libs/aalib: add link to gpm bug
Bug: https://github.com/telmich/gpm/issues/48
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/aalib/aalib-1.4_rc5-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/aalib/aalib-1.4_rc5-r11.ebuild b/media-libs/aalib/aalib-1.4_rc5-r11.ebuild index 6877f514dbd5..5c56e8a8701a 100644 --- a/media-libs/aalib/aalib-1.4_rc5-r11.ebuild +++ b/media-libs/aalib/aalib-1.4_rc5-r11.ebuild @@ -57,8 +57,8 @@ src_prepare() { } multilib_src_configure() { - # Gpm_Wgetch from sys-libs/gpm is unprototyped in gpm.h and - # gpm is dead upstream. + # Gpm_Wgetch from sys-libs/gpm is unprototyped in gpm.h + # https://github.com/telmich/gpm/issues/48 append-cflags -std=gnu17 ECONF_SOURCE=${S} econf \ |