summaryrefslogtreecommitdiff
path: root/dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-15 22:37:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-15 22:37:24 +0000
commit3f56e75c3fa4d2a849cd3f864956857ae5506ede (patch)
treede8938258fff9bdd0d2e1a4a57345a1edbef9713 /dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch
parentdb3d7a26fc91ea36f0780dcc3bcc59efdab02d41 (diff)
gentoo auto-resync : 15:11:2023 - 22:37:24
Diffstat (limited to 'dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch')
-rw-r--r--dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch b/dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch
deleted file mode 100644
index ceeb82991098..000000000000
--- a/dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/459512
-
---- ocaml-4.04.2/configure
-+++ ocaml-4.04.2/configure
-@@ -1095,7 +1095,7 @@
- # For the terminfo module
-
- if test "$with_curses" = "yes"; then
-- for libs in "" "-lcurses" "-ltermcap" "-lcurses -ltermcap" "-lncurses"; do
-+ for libs in "" "-ltinfo" "-lcurses" "-ltermcap" "-lcurses -ltermcap" "-lncurses"; do
- if sh ./hasgot $libs tgetent tgetstr tgetnum tputs; then
- inf "termcap functions found (with libraries '$libs')"
- echo "#define HAS_TERMCAP" >> s.h