[haiku-commits] haiku: hrev48520 - src/bin

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 18 Dec 2014 12:40:04 +0100 (CET)

hrev48520 adds 1 changeset to branch 'master'
old head: 59b1706013a278c2c3bef3f1eeb19379ad6dfa45
new head: 2661e8197762d240c1bac50ef78aa97bd3f9e8d7
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=2661e81+%5E59b1706

----------------------------------------------------------------------------

2661e81: Build fix second attempt.
  
  Declare the dependency of top and watch to the ncurses headers.

                                 [ Adrien Destugues <pulkomandy@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev48520
Commit:      2661e8197762d240c1bac50ef78aa97bd3f9e8d7
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2661e81
Author:      Adrien Destugues <pulkomandy@xxxxxxxxx>
Date:        Thu Dec 18 11:39:49 2014 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+)
src/bin/Jamfile | 3 +++

----------------------------------------------------------------------------

diff --git a/src/bin/Jamfile b/src/bin/Jamfile
index 26b07c7..b4f1489 100644
--- a/src/bin/Jamfile
+++ b/src/bin/Jamfile
@@ -68,6 +68,9 @@ StdBinCommands
 }
 
 # standard commands that need libncurses.a
+Includes [ FGristFiles top.c watch.c ]
+       : [ BuildFeatureAttribute ncurses : headers ] ;
+
 StdBinCommands
        top.c
        watch.c


Other related posts:

  • » [haiku-commits] haiku: hrev48520 - src/bin - pulkomandy