neovim: Update no-libutil patch
authorFredrik Fornwall <fredrik@fornwall.net>
Fri, 11 Sep 2015 14:14:28 +0000 (10:14 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 11 Sep 2015 14:14:28 +0000 (10:14 -0400)
packages/neovim/src-nvim-CMakeLists.txt.patch

index f561d41..e4416da 100644 (file)
@@ -1,11 +1,11 @@
 diff -u -r ../neovim-master/src/nvim/CMakeLists.txt ./src/nvim/CMakeLists.txt
---- ../neovim-master/src/nvim/CMakeLists.txt   2015-03-21 08:21:51.000000000 -0400
-+++ ./src/nvim/CMakeLists.txt  2015-03-23 19:06:38.089165961 -0400
-@@ -175,7 +175,6 @@
-     ${LIBTERMKEY_LIBRARIES}
-     ${LIBUNIBILIUM_LIBRARIES}
+--- ../neovim-master/src/nvim/CMakeLists.txt   2015-09-10 20:52:25.000000000 -0400
++++ ./src/nvim/CMakeLists.txt  2015-09-11 10:12:10.807065155 -0400
+@@ -235,7 +235,6 @@
+ if(UNIX)
+   list(APPEND NVIM_LINK_LIBRARIES
      m
 -    util
-     ${CMAKE_THREAD_LIBS_INIT}
    )
+   )
endif()