Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11-plugins/gkwebmon: scrub patches | 2023-02-03 | 1 | -6/+0 | |
| | | | | | Bug: https://bugs.gentoo.org/892251 Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | x11-plugins/gkwebmon: respect PKG_CONFIG, depend on pkgconfig | 2021-04-19 | 1 | -2/+2 | |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | x11-plugins/gkwebmon: fix build with gcc-10 | 2020-11-26 | 2 | -0/+38 | |
| | | | | | | | Closes: https://bugs.gentoo.org/707226 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> | ||||
* | x11-plugins/gkwebmon: new EAPI=6 revision that respects LDFLAGS. | 2016-08-29 | 1 | -0/+48 | |
This new revision is based on the ebuild submitted by Michael Mair-Keimberger, updated for EAPI=6. The Makefile patch was rewritten; a lot was simplified by simply appending to the implicit variables CFLAGS, CPPFLAGS, LDFLAGS, and LDLIBS. The build system should now respect all of those. A missing dependency on dev-libs/openssl was added based on -lssl being present in LDLIBS. The ebuild was also keyworded ~amd64, since that's what I tested on. Gentoo-Bug: 334761 Package-Manager: portage-2.2.28 |