MSYS2-packages/tmux/msys-platform.patch
Gennady Feldman 080d548b6e tmux: Update to 2.6
* Build release instead of git "master"
* Some small PKGBUILD cleanup.
2017-12-16 22:03:51 -05:00

14 lines
307 B
Diff

--- tmux-git/configure.ac.orig 2014-08-01 09:02:43.557200000 +0400
+++ tmux-git/configure.ac 2014-08-01 09:03:03.306800000 +0400
@@ -504,6 +504,10 @@
AC_MSG_RESULT(cygwin)
PLATFORM=cygwin
;;
+ *msys*)
+ AC_MSG_RESULT(msys)
+ PLATFORM=msys
+ ;;
*)
AC_MSG_RESULT(unknown)
PLATFORM=unknown