summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-04-11 10:18:25 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-04-11 10:18:25 +0100
commitb93af38a450391520b810fb465a07c29013fe9b0 (patch)
tree68258801733ebfb2630c633ae932649fbb3f1163 /patches
parent4e854eccabf4274d1f6b3850c9da55cc765bdafc (diff)
downloadmidipix_build-b93af38a450391520b810fb465a07c29013fe9b0.tar.bz2
midipix_build-b93af38a450391520b810fb465a07c29013fe9b0.tar.xz
patches/python2_host-2.7.15.local.patch: removed (via midipix.)
Diffstat (limited to 'patches')
-rw-r--r--patches/python2_host-2.7.15.local.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/patches/python2_host-2.7.15.local.patch b/patches/python2_host-2.7.15.local.patch
deleted file mode 100644
index d432aecb..00000000
--- a/patches/python2_host-2.7.15.local.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- build/sbpython2/project/config/cfgdefs.sh.orig 2021-04-06 10:42:07.823432394 +0100
-+++ build/sbpython2/project/config/cfgdefs.sh 2021-04-06 10:46:44.345427809 +0100
-@@ -106,6 +106,7 @@
- if [ -n "$pycfg_pymalloc" ]; then
- cfgtest_cflags_append '-DWITH_PYMALLOC'
- fi
-+cfgtest_ldflags_append "-L$mb_prefix/lib"
- }
-
-
-@@ -306,8 +307,8 @@
- fi
-
- # ncurses libs (common part)
-- mb_ncurses_libs='-lpanelw -lncursesw'
-- mb_ncurses_tinfo='-ltinfo'
-+ mb_ncurses_libs='-lpanelw -lncursesw -ltinfow'
-+ mb_ncurses_tinfo='-ltinfow'
-
- if cfgtest_library_presence $mb_ncurses_tinfo; then
- mb_ncurses_libs="$mb_ncurses_libs $mb_ncurses_tinfo"
---- build/sbpython2/project/pyexts.mk.orig 2021-04-06 10:42:07.827432250 +0100
-+++ build/sbpython2/project/pyexts.mk 2021-04-06 10:49:55.946499708 +0100
-@@ -1017,7 +1017,7 @@
- PYEXT_OSSAUDIODEV_LOBJS = $(PYEXT_OSSAUDIODEV_SRCS:.c=.lo)
- PYEXT_OSSAUDIODEV_OBJS = $(PYEXT_OSSAUDIODEV_SRCS:.c=.o)
-
--PYEXT_OSSAUDIODEV_SHARED = pyext/ossaudiodev$(OS_LIB_SUFFIX)
-+#PYEXT_OSSAUDIODEV_SHARED = pyext/ossaudiodev$(OS_LIB_SUFFIX)
- PYEXT_OSSAUDIODEV_STATIC = pyext/ossaudiodev$(OS_ARCHIVE_EXT)
-
- $(PYEXT_OSSAUDIODEV_SHARED): $(PYEXT_OSSAUDIODEV_LOBJS)