diff options
author | Matthew Smith <matthew@gentoo.org> | 2024-04-05 08:02:22 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2024-04-05 08:21:32 +0000 |
commit | 4e89a4edbc73f13fd6c82aa0be01765579ddafd2 (patch) | |
tree | 8babd514a25f74f38b98c990352a9c57d285f8b3 /dev-lang/nasm/files | |
parent | media-gfx/renderdoc: add 1.31 (diff) | |
download | gentoo-4e89a4edbc73f13fd6c82aa0be01765579ddafd2.tar.gz gentoo-4e89a4edbc73f13fd6c82aa0be01765579ddafd2.tar.bz2 gentoo-4e89a4edbc73f13fd6c82aa0be01765579ddafd2.zip |
dev-lang/nasm: add 2.16.02
Closes: https://bugs.gentoo.org/916478
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-lang/nasm/files')
-rw-r--r-- | dev-lang/nasm/files/nasm-2.16.02-unconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/nasm/files/nasm-2.16.02-unconfig.patch b/dev-lang/nasm/files/nasm-2.16.02-unconfig.patch new file mode 100644 index 000000000000..77478b7e68cc --- /dev/null +++ b/dev-lang/nasm/files/nasm-2.16.02-unconfig.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in 2024-04-05 07:51:48.394437050 -0000 ++++ b/Makefile.in 2024-04-05 07:52:38.731388961 -0000 +@@ -214,7 +214,7 @@ + INSDEP = x86/insns.dat x86/insns.pl x86/insns-iflags.ph x86/iflags.ph + + config/unconfig.h: config/config.h.in +- $(RUNPERL) $(tools)/unconfig.pl \ ++ $(RUNPERL) $(top_srcdir)/autoconf/unconfig.pl \ + '$(srcdir)' config/config.h.in config/unconfig.h + + x86/iflag.c: $(INSDEP) |