From d557c3b97427537d8abfae0fc6ab88d7ca5682e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sat, 18 Aug 2018 14:32:22 +0000 Subject: patches/smallbasic.local.patch: removes obsolete patch. patches/smallbasic{/dlopen,_pre.local}.patch: via Redfoxmoon. --- patches/smallbasic/dlopen.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/smallbasic/dlopen.patch (limited to 'patches/smallbasic/dlopen.patch') diff --git a/patches/smallbasic/dlopen.patch b/patches/smallbasic/dlopen.patch new file mode 100644 index 00000000..8bc3a5b1 --- /dev/null +++ b/patches/smallbasic/dlopen.patch @@ -0,0 +1,12 @@ +diff -ru SmallBASIC.orig/src/common/extlib.c SmallBASIC/src/common/extlib.c +--- SmallBASIC.orig/src/common/extlib.c 2018-08-18 16:06:03.103804486 +0200 ++++ SmallBASIC/src/common/extlib.c 2018-08-18 16:13:04.390441908 +0200 +@@ -22,7 +22,7 @@ + #define WIN_EXTLIB + #define LIB_EXT ".dll" + #define DEFAULT_PATH "c:/sbasic/lib" +-#elif defined(__linux__) && defined(_UnixOS) ++#elif defined(__linux__) || defined(__midipix__) && defined(_UnixOS) + #include + #define LNX_EXTLIB + #define LIB_EXT ".so" -- cgit v1.2.3