diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-18 03:04:41 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-18 03:04:41 -0500 |
| commit | 513c58743da6976af328ba073f40bf8632bc84f3 (patch) | |
| tree | f9aa836729d8fd8517f3e35edbc8aad1f53b943f /net-irc | |
| parent | 79477d9c98f30c3ebedd8b75721260b257822d65 (diff) | |
| download | baldeagleos-repo-513c58743da6976af328ba073f40bf8632bc84f3.tar.gz baldeagleos-repo-513c58743da6976af328ba073f40bf8632bc84f3.tar.xz baldeagleos-repo-513c58743da6976af328ba073f40bf8632bc84f3.zip | |
Adding metadata
Diffstat (limited to 'net-irc')
| -rw-r--r-- | net-irc/hexchat/files/hexchat-2.16.2-perl-5.44.patch | 11 | ||||
| -rw-r--r-- | net-irc/hexchat/hexchat-2.16.2-r2.ebuild | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-irc/hexchat/files/hexchat-2.16.2-perl-5.44.patch b/net-irc/hexchat/files/hexchat-2.16.2-perl-5.44.patch new file mode 100644 index 000000000000..9a27683abc1c --- /dev/null +++ b/net-irc/hexchat/files/hexchat-2.16.2-perl-5.44.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/979428 +--- a/plugins/perl/meson.build ++++ b/plugins/perl/meson.build +@@ -83,6 +83,7 @@ perl_dep = declare_dependency( + + shared_module('perl', + sources: ['perl.c', hexchat_perl_module, irc_perl_module], ++ c_args: ['-std=gnu99'], + dependencies: [libgio_dep, hexchat_plugin_dep, perl_dep], + install: true, + install_dir: plugindir, diff --git a/net-irc/hexchat/hexchat-2.16.2-r2.ebuild b/net-irc/hexchat/hexchat-2.16.2-r2.ebuild index c68516762562..455405365666 100644 --- a/net-irc/hexchat/hexchat-2.16.2-r2.ebuild +++ b/net-irc/hexchat/hexchat-2.16.2-r2.ebuild @@ -73,6 +73,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/${PN}-2.16.2-perl-5.44.patch +) + pkg_setup() { use lua && lua-single_pkg_setup use python && python-single-r1_pkg_setup |
