summaryrefslogtreecommitdiffhomepage
path: root/patches/smallbasic.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-18 14:32:22 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-18 14:32:22 +0000
commitd557c3b97427537d8abfae0fc6ab88d7ca5682e9 (patch)
treeffea61c710d361352e4b53b6899bf05603d45b35 /patches/smallbasic.local.patch
parentb95c06103d395a3ab6104e5d8dfc44ef5b8327fe (diff)
downloadmidipix_build-d557c3b97427537d8abfae0fc6ab88d7ca5682e9.tar.bz2
midipix_build-d557c3b97427537d8abfae0fc6ab88d7ca5682e9.tar.xz
patches/smallbasic.local.patch: removes obsolete patch.
patches/smallbasic{/dlopen,_pre.local}.patch: via Redfoxmoon.
Diffstat (limited to 'patches/smallbasic.local.patch')
-rw-r--r--patches/smallbasic.local.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/smallbasic.local.patch b/patches/smallbasic.local.patch
deleted file mode 100644
index c12262fb..00000000
--- a/patches/smallbasic.local.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- SmallBASIC/configure.ac.orig 2018-02-04 10:05:56.100000000 +0000
-+++ SmallBASIC/configure.ac 2018-02-08 11:39:39.740000000 +0000
-@@ -117,7 +117,7 @@
-
- if test "${have_pcre}" = "yes" ; then
- AC_DEFINE(USE_PCRE, 1, [match.c used with libpcre.])
-- PACKAGE_LIBS="${PACKAGE_LIBS} `pcre-config --libs`"
-+ PACKAGE_LIBS="${PACKAGE_LIBS} ${PCRE_LIBS}"
- fi
- }
-
---- SmallBASIC/src/platform/console/main.c.orig 2018-02-04 10:05:56.108000000 +0000
-+++ SmallBASIC/src/platform/console/main.c 2018-02-08 11:39:11.172000000 +0000
-@@ -262,7 +262,7 @@
- return 1;
- }
-
--#if defined(__GNUC__) && !defined(__MACH__) && !defined(_Win32)
-+#if defined(__GLIBC__) && !defined(__MACH__) && !defined(_Win32)
- // for analysing excessive malloc calls using kdbg
- extern void *__libc_malloc(size_t size);
- void *malloc(size_t size) {