From: William Morgan Date: Thu, 9 Apr 2009 19:26:28 +0000 (-0400) Subject: add libc message for BSD users X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=60a5133ec70a097ce94fb724045512a1c5f123ce;p=sup add libc message for BSD users --- diff --git a/bin/sup b/bin/sup index e4b28d8..cbcee54 100644 --- a/bin/sup +++ b/bin/sup @@ -105,6 +105,9 @@ module LibC rescue RuntimeError => e Redwood::log "cannot dlload setlocale(); ncurses wide character support probably broken." Redwood::log "dlload error was #{e.class}: #{e.message}" + if Config::CONFIG['arch'] =~ /bsd/ + Redwood::log "BSD variant detected. You may have to install a compat6x package to acquire libc." + end end end