From 53723e9c6826219249002c6a6ce1be6a414ad003 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 18 Oct 2022 03:45:51 +0300 Subject: [PATCH 46/46] Shorten names of tolua patches To make sure they fit within tarball path length limits. See osdn #45915 Signed-off-by: Marko Lindqvist --- dependencies/tolua-5.2/Makefile.am | 4 ++-- ...eded.patch => 01-tolua_tolua_open-proto-before-need.patch} | 0 ...ferences.patch => 05-gen-code-fix-null-dereferences.patch} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename dependencies/tolua-5.2/patch/{01-tolua_tolua_open-prototype-before-needed.patch => 01-tolua_tolua_open-proto-before-need.patch} (100%) rename dependencies/tolua-5.2/patch/{05-generated-code-fix-null-dereferences.patch => 05-gen-code-fix-null-dereferences.patch} (100%) diff --git a/dependencies/tolua-5.2/Makefile.am b/dependencies/tolua-5.2/Makefile.am index a70eac113a..f1b8bc8353 100644 --- a/dependencies/tolua-5.2/Makefile.am +++ b/dependencies/tolua-5.2/Makefile.am @@ -3,8 +3,8 @@ SUBDIRS = src EXTRA_DIST = README \ Version.txt \ include/tolua.h \ - patch/01-tolua_tolua_open-prototype-before-needed.patch \ + patch/01-tolua_tolua_open-proto-before-need.patch \ patch/02-fix-use-after-free.patch \ patch/03-tolua_bnd_takeownership-prototype.patch \ patch/04-include-tolua_event.patch \ - patch/05-generated-code-fix-null-dereferences.patch + patch/05-gen-code-fix-null-dereferences.patch diff --git a/dependencies/tolua-5.2/patch/01-tolua_tolua_open-prototype-before-needed.patch b/dependencies/tolua-5.2/patch/01-tolua_tolua_open-proto-before-need.patch similarity index 100% rename from dependencies/tolua-5.2/patch/01-tolua_tolua_open-prototype-before-needed.patch rename to dependencies/tolua-5.2/patch/01-tolua_tolua_open-proto-before-need.patch diff --git a/dependencies/tolua-5.2/patch/05-generated-code-fix-null-dereferences.patch b/dependencies/tolua-5.2/patch/05-gen-code-fix-null-dereferences.patch similarity index 100% rename from dependencies/tolua-5.2/patch/05-generated-code-fix-null-dereferences.patch rename to dependencies/tolua-5.2/patch/05-gen-code-fix-null-dereferences.patch -- 2.35.1