summaryrefslogtreecommitdiffhomepage
path: root/msgpack-1.4.2.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-24 11:35:54 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-24 12:16:06 +0000
commitca4ed63984d204767204e5ebee7fa913cdb4ac8b (patch)
tree806ce3d025af880a52740d92b573b7da3b4927d5 /msgpack-1.4.2.local.patch
parentd1fb57b3de7e22bdf05808df9d86473e712c4709 (diff)
downloadmidipix_build-ca4ed63984d204767204e5ebee7fa913cdb4ac8b.tar.bz2
midipix_build-ca4ed63984d204767204e5ebee7fa913cdb4ac8b.tar.xz
Remove tmate and its dependencies altogether.
Diffstat (limited to 'msgpack-1.4.2.local.patch')
-rw-r--r--msgpack-1.4.2.local.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/msgpack-1.4.2.local.patch b/msgpack-1.4.2.local.patch
deleted file mode 100644
index f8c74e9f..00000000
--- a/msgpack-1.4.2.local.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- msgpack-1.4.2/ac/config.sub.orig 2016-05-27 11:12:07.000000000 +0200
-+++ msgpack-1.4.2/ac/config.sub 2016-06-24 10:14:58.837745200 +0200
-@@ -804,6 +804,10 @@
- microblaze*)
- basic_machine=microblaze-xilinx
- ;;
-+ midipix*)
-+ basic_machine=x86_64-pc
-+ os=-midipix
-+ ;;
- mingw64)
- basic_machine=x86_64-pc
- os=-mingw64
-@@ -1384,7 +1388,7 @@
- | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
- | -chorusos* | -chorusrdb* | -cegcc* \
- | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
-+ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
- | -linux-newlib* | -linux-musl* | -linux-uclibc* \
- | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
- | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
---- msgpack-1.4.2/configure.orig 2016-05-27 11:12:08.000000000 +0200
-+++ msgpack-1.4.2/configure 2016-06-24 10:29:44.723623500 +0200
-@@ -2766,7 +2766,7 @@
- if test "`cd $srcdir && pwd`" != "`pwd`"; then
- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
- # is not polluted with repeated "-I."
-- am__isrc=' -I$(srcdir)'
-+ am__isrc=' -I$(srcdir) -I$(srcdir)/../include'
- # test to see if srcdir already configured
- if test -f $srcdir/config.status; then
- as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5