From 8defff11e8b9ab6fd7506204a46a85f0f412a3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Fri, 24 Jun 2016 12:05:17 +0200 Subject: Adds tmate v2.2.1 (preliminarily) and tmux v2.2 and their dependencies. - Adds libevent v2.0.22-stable (tmux dependency.) - Adds msgpack v1.4.2 (tmate dependency.) --- msgpack-1.4.2.local.patch | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 msgpack-1.4.2.local.patch (limited to 'msgpack-1.4.2.local.patch') diff --git a/msgpack-1.4.2.local.patch b/msgpack-1.4.2.local.patch new file mode 100644 index 00000000..f8c74e9f --- /dev/null +++ b/msgpack-1.4.2.local.patch @@ -0,0 +1,33 @@ +--- 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 -- cgit v1.2.3