aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-04-02 19:22:21 +0000
committerSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-04-02 19:22:21 +0000
commit66fb6b8db135f5feea63f7de186d8b14eb64dbec (patch)
tree137fbd24d7ddec32e1ee6c5fc1325adb2dee5fe8 /portage-flags-host
parentMake dialog cross-compile by hacking around ncurses-config. (diff)
downloadembedded-cross-66fb6b8db135f5feea63f7de186d8b14eb64dbec.tar.gz
embedded-cross-66fb6b8db135f5feea63f7de186d8b14eb64dbec.tar.bz2
embedded-cross-66fb6b8db135f5feea63f7de186d8b14eb64dbec.zip
Fix the dialog package. This is still somewhat hacky, but better than the site file hack.
Diffstat (limited to 'portage-flags-host')
-rw-r--r--portage-flags-host/arm-linux-gnueabi9
1 files changed, 0 insertions, 9 deletions
diff --git a/portage-flags-host/arm-linux-gnueabi b/portage-flags-host/arm-linux-gnueabi
index e7e6bb1..75d1395 100644
--- a/portage-flags-host/arm-linux-gnueabi
+++ b/portage-flags-host/arm-linux-gnueabi
@@ -113,12 +113,3 @@ ac_cv_alignof_CORBA_wchar=2
# urandom
ac_cv_file___dev_urandom_=yes
-
-# ncurses
-if test -n "$(which ncurses6-config 2>/dev/null)"; then
- ac_cv_path_NCURSES_CONFIG="$(which ncurses6-config) --prefix=${ROOT}/usr --exec-prefix=${ROOT}/usr"
-else
- if test -n "$(which ncurses5-config 2>/dev/null)"; then
- ac_cv_path_NCURSES_CONFIG="$(which ncurses5-config) --prefix=${ROOT}/usr --exec-prefix=${ROOT}/usr"
- fi
-fi