summaryrefslogtreecommitdiff
path: root/app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch')
-rw-r--r--app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch b/app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch
deleted file mode 100644
index a5f14c593f44..000000000000
--- a/app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-curses_wchar is set to true/false, so trying to assign it to the compiler
-flags variable makes no sense. it's already been set up the right value
-at this point, so delete the assignment.
-
---- a/macros/curses.m4
-+++ b/macros/curses.m4
-@@ -130,7 +130,6 @@ AC_DEFUN([AC_CHECK_CURSES],[
- else
- AC_DEFINE(CURSES_WCHAR)
- CURSES_WCHAR=true
-- CURSES_FLAGS=$curses_wchar
- AC_SUBST(CURSES_FLAGS)
- fi
-