diff options
Diffstat (limited to 'devel/linenoise-ng/files')
-rw-r--r-- | devel/linenoise-ng/files/patch-CMakeLists.txt | 32 | ||||
-rw-r--r-- | devel/linenoise-ng/files/patch-src_linenoise.cpp | 10 |
2 files changed, 0 insertions, 42 deletions
diff --git a/devel/linenoise-ng/files/patch-CMakeLists.txt b/devel/linenoise-ng/files/patch-CMakeLists.txt deleted file mode 100644 index 22405f937b7d..000000000000 --- a/devel/linenoise-ng/files/patch-CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ ---- CMakeLists.txt.orig 2017-03-06 16:01:33 UTC -+++ CMakeLists.txt -@@ -1,6 +1,6 @@ - # -*- mode: CMAKE; -*- - --cmake_minimum_required(VERSION 2.6) -+cmake_minimum_required(VERSION 3.9) - - project(linenoise) - -@@ -13,7 +13,7 @@ endif() - message(STATUS "Build mode: ${CMAKE_BUILD_TYPE}") - - # INFO --set(LINENOISE_VERSION "1.0.0" CACHE path "Linenoise version") -+set(LINENOISE_VERSION "1.0.1" CACHE path "Linenoise version") - set(LINENOISE_DISPLAY_NAME "Linenoise-NG") - set(LINENOISE_URL_INFO_ABOUT "https://github.com/arangodb/linenoise-ng") - set(LINENOISE_CONTACT "hackers@arangodb.org") -@@ -77,11 +77,11 @@ include_directories(${PROJECT_SOURCE_DIR}/include ${PR - # build liblinenoise - add_library( - linenoise -- STATIC - src/ConvertUTF.cpp - src/linenoise.cpp - src/wcwidth.cpp - ) -+set_target_properties(linenoise PROPERTIES SOVERSION 0) - - # install - install(TARGETS linenoise DESTINATION lib) diff --git a/devel/linenoise-ng/files/patch-src_linenoise.cpp b/devel/linenoise-ng/files/patch-src_linenoise.cpp deleted file mode 100644 index 04335b7f74c7..000000000000 --- a/devel/linenoise-ng/files/patch-src_linenoise.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/linenoise.cpp.orig 2017-03-06 16:01:33 UTC -+++ src/linenoise.cpp -@@ -110,6 +110,7 @@ - #include <unistd.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/stat.h> - #include <sys/types.h> - #include <sys/ioctl.h> - #include <cctype> |