guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: ncurses: Remove obsolete hack.


From: Ludovic Courtès
Subject: 06/07: gnu: ncurses: Remove obsolete hack.
Date: Wed, 19 Aug 2015 22:19:30 +0000

civodul pushed a commit to branch wip-core-updates
in repository guix.

commit 4ac1ff50070ffad9e1f34d0a45cec6bd03d4beaf
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 19 22:45:54 2015 +0200

    gnu: ncurses: Remove obsolete hack.
    
    * gnu/packages/ncurses.scm (ncurses)[arguments]: Remove obsolete Solaris
      hack.
---
 gnu/packages/ncurses.scm |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 49a16bc..52bc286 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -90,14 +90,7 @@
           ;; Make sure programs like 'tic', 'reset', and 'clear' have a
           ;; correct RUNPATH.
           ,(string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out")
-                          "/lib")
-
-          ;; C++ bindings fail to build on
-          ;; `i386-pc-solaris2.11' with GCC 3.4.3:
-          ;; 
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6395191>.
-          ,,@(if (string=? (%current-system) "i686-solaris")
-                 '("--without-cxx-binding")
-                 '()))
+                          "/lib"))
         #:tests? #f                               ; no "check" target
         #:phases (modify-phases %standard-phases
                    (add-after 'install 'post-install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]