[vlc-commits] contrib: ncurses: enable only for osx

Rafaël Carré git at videolan.org
Mon Nov 7 22:37:33 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov  7 16:32:00 2011 -0500| [43229fa88228fdeeebb1262d9cddbee090e53229] | committer: Rafaël Carré

contrib: ncurses: enable only for osx

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43229fa88228fdeeebb1262d9cddbee090e53229
---

 contrib/src/ncurses/rules.mak |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/contrib/src/ncurses/rules.mak b/contrib/src/ncurses/rules.mak
index ce324fe..3053fda 100644
--- a/contrib/src/ncurses/rules.mak
+++ b/contrib/src/ncurses/rules.mak
@@ -3,7 +3,9 @@
 NCURSES_VERSION := 5.9
 NCURSES_URL := $(GNU)/ncurses/ncurses-$(NCURSES_VERSION).tar.gz
 
+ifdef HAVE_MACOSX
 PKGS += ncurses
+endif
 
 ifeq ($(call need_pkg,"ncursesw"),)
 PKGS_FOUND += ncurses



More information about the vlc-commits mailing list