summaryrefslogtreecommitdiff
path: root/app-editors/ng/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/ng/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/ng/files')
-rw-r--r--app-editors/ng/files/ng-1.5beta1-configure.patch19
-rw-r--r--app-editors/ng/files/ng-1.5beta1-ncurses.patch12
2 files changed, 0 insertions, 31 deletions
diff --git a/app-editors/ng/files/ng-1.5beta1-configure.patch b/app-editors/ng/files/ng-1.5beta1-configure.patch
deleted file mode 100644
index 25f383a0be2d..000000000000
--- a/app-editors/ng/files/ng-1.5beta1-configure.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/sys/unix/configure.in b/sys/unix/configure.in
-index e034edc..b62535d 100644
---- a/sys/unix/configure.in
-+++ b/sys/unix/configure.in
-@@ -83,8 +83,12 @@ AC_DEFINE_UNQUOTED(RMDIR_CMD, "$rmdir_cmd")
- dnl If the user wants canna support.
- AC_MSG_CHECKING(if --enable-canna option specified)
- AC_ARG_ENABLE(canna,
-- [ --enable-canna[=DIR] Build a canna version.],
-- [cv_canna="yes"; cannapath=$enableval], [cv_canna="no"])
-+ [ --enable-canna[=DIR] Build a canna version.])
-+AS_IF([test "x$enable_canna" != "xno"], [
-+ cv_canna="yes"; cannapath=$enableval
-+][
-+ cv_canna="no";
-+])
- AC_MSG_RESULT($cv_canna)
- if test "$cv_canna" = "yes"; then
-
diff --git a/app-editors/ng/files/ng-1.5beta1-ncurses.patch b/app-editors/ng/files/ng-1.5beta1-ncurses.patch
deleted file mode 100644
index 6808d911152b..000000000000
--- a/app-editors/ng/files/ng-1.5beta1-ncurses.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/configure 2004-05-12 09:26:44.000000000 +0900
-+++ b/configure 2004-05-12 09:27:06.000000000 +0900
-@@ -1077,3+1077,3 @@
- rm -f conftest*
--test "$ac_cv_search_tgetstr" = "no" && for i in curses ncurses termlib; do
-+test "$ac_cv_search_tgetstr" = "no" && for i in ncurses termlib; do
- LIBS="-l$i $ac_func_search_save_LIBS"
-@@ -1140,3 +1140,3 @@
- rm -f conftest*
--test "$ac_cv_search_tgetstr" = "no" && for i in termcap curses ncurses; do
-+test "$ac_cv_search_tgetstr" = "no" && for i in termcap ncurses; do
- LIBS="-l$i $ac_func_search_save_LIBS"