From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/system/lua/extern-c-for-cpp.patch | 336 --------------------------------- 1 file changed, 336 deletions(-) delete mode 100644 repo/system/lua/extern-c-for-cpp.patch (limited to 'repo/system/lua/extern-c-for-cpp.patch') diff --git a/repo/system/lua/extern-c-for-cpp.patch b/repo/system/lua/extern-c-for-cpp.patch deleted file mode 100644 index 6c49c1c..0000000 --- a/repo/system/lua/extern-c-for-cpp.patch +++ /dev/null @@ -1,336 +0,0 @@ - - - -extern-c-for-cpp.patch « lua5.4 « main - aports - Alpine packages build scripts - - - - - - - - - -
- - - - -
-aboutsummaryrefslogtreecommitdiffstats
- - - -
-
-
blob: c2268c76db839cf9272a3099563b6f80f72e0b0c (plain) (blame) - - -
1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23
-
Patch-Source: https://salsa.debian.org/lua-team/lua5.4/-/blob/bc284bb404e51d27feb5ffc705de8e32959c2048/debian/patches/0003-extern_C.patch
-From: Enrico Tassi <gareuselesinge@debian.org>
-Date: Fri, 14 Aug 2015 09:36:52 +0200
-Subject: extern_C
-
----
- src/luaconf.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
---- a/src/luaconf.h
-+++ b/src/luaconf.h
-@@ -287,7 +287,11 @@
- 
- #else				/* }{ */
- 
-+#ifdef __cplusplus
-+#define LUA_API                extern "C"
-+#else
- #define LUA_API		extern
-+#endif
- 
- #endif				/* } */
- 
-
-
- -
- - -- cgit v1.2.1