diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-10-12 22:47:46 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-10-16 23:59:25 +0100 |
commit | ef322d4cfd144c61c1bd7c51fd8ff7018f55b752 (patch) | |
tree | a090f3e025d5f960de2d2c7c4cf86d9bf2688aac /dev-perl/SDL/SDL-2.548.0-r2.ebuild | |
parent | games-simulation/corsix-th: Fix USE=doc with better Lua handling (diff) | |
download | gentoo-ef322d4cfd144c61c1bd7c51fd8ff7018f55b752.tar.gz gentoo-ef322d4cfd144c61c1bd7c51fd8ff7018f55b752.tar.bz2 gentoo-ef322d4cfd144c61c1bd7c51fd8ff7018f55b752.zip |
dev-perl/SDL: Fix for Perl 5.37.1+
Taken from https://github.com/PerlGameDev/SDL/pull/304
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/33317
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-perl/SDL/SDL-2.548.0-r2.ebuild')
-rw-r--r-- | dev-perl/SDL/SDL-2.548.0-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-perl/SDL/SDL-2.548.0-r2.ebuild b/dev-perl/SDL/SDL-2.548.0-r2.ebuild index 2d1e3ed28ed2..fb0d8ac093be 100644 --- a/dev-perl/SDL/SDL-2.548.0-r2.ebuild +++ b/dev-perl/SDL/SDL-2.548.0-r2.ebuild @@ -52,4 +52,5 @@ PERL_RM_FILES=( PATCHES=( "${FILESDIR}"/${PN}-2.546-pointer.patch "${FILESDIR}"/${PN}-2.546-implicit-func-decl.patch + "${FILESDIR}"/${PN}-2.548-perl537_sv_nv.patch ) |