~ruther/guix-local

7190ae7743f84c78ec689e0ff1059cfbdcf3cb66 — Ludovic Courtès 11 years ago c3428a0
Reverting "gnu: ncurses: Build libtinfo."

This reverts commit 953c9fcf8c1a2e0cbebadd9c07591caed7d26f8a.  It turns
out that most packages (guile-ncurses, cursynth, aumix, util-linux,
etc.) expect libncurses to provide everything.  So they had to be
patched to add -ltinfow to their LDFLAGS, which is counterproductive.

Other recent distros take that approach---e.g.,
<https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/259139>.
1 files changed, 0 insertions(+), 3 deletions(-)

M gnu/packages/ncurses.scm
M gnu/packages/ncurses.scm => gnu/packages/ncurses.scm +0 -3
@@ 94,9 94,6 @@
      `(#:configure-flags
        `("--with-shared" "--without-debug" "--enable-widec"

          ;; Create a separate libtinfo.so, as many distributions do.
          "--with-termlib"

          ;; By default headers land in an `ncursesw' subdir, which is not
          ;; what users expect.
          ,(string-append "--includedir=" (assoc-ref %outputs "out")