summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-09-29 08:03:04 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-09-29 08:03:04 +0000
commitaf1d2041318403337698e8ab648b636fc409df1d (patch)
tree5079479b45700719dcae96a0aa41f2a5d1032488 /patches
parente7df0734ca08b572d7d148347b139bdb19e30e1e (diff)
downloadmidipix_build-af1d2041318403337698e8ab648b636fc409df1d.tar.bz2
midipix_build-af1d2041318403337698e8ab648b636fc409df1d.tar.xz
patches/smallbasic/dlopen.patch: removes obsolete patch.
Diffstat (limited to 'patches')
-rw-r--r--patches/smallbasic/dlopen.patch12
1 files changed, 0 insertions, 12 deletions
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 <dlfcn.h>
- #define LNX_EXTLIB
- #define LIB_EXT ".so"