From af1d2041318403337698e8ab648b636fc409df1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sat, 29 Sep 2018 08:03:04 +0000 Subject: patches/smallbasic/dlopen.patch: removes obsolete patch. --- patches/smallbasic/dlopen.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 patches/smallbasic/dlopen.patch (limited to 'patches') diff --git a/patches/smallbasic/dlopen.patch b/patches/smallbasic/dlopen.patch deleted file mode 100644 index 8bc3a5b1..00000000 --- a/patches/smallbasic/dlopen.patch +++ /dev/null @@ -1,12 +0,0 @@ -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