aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-05 14:47:02 -0700
committerAdam Vandenberg2013-08-05 14:47:02 -0700
commitde9ff43b8103e3e19ec13f03e16db19b8761f6f8 (patch)
treebb3b3a53f6579735929efeb7e5db08587adb93a4 /Library
parent870d5e92a55cf28fc01b19e83caad5b643c413e5 (diff)
downloadhomebrew-de9ff43b8103e3e19ec13f03e16db19b8761f6f8.tar.bz2
ENV: add usage note to ncurses_define
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index 8d971eb93..b2650e851 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -436,6 +436,7 @@ class << ENV
# Snow Leopard defines an NCURSES value the opposite of most distros
# See: http://bugs.python.org/issue6848
+ # Currently only used by aalib in core
def ncurses_define
append 'CPPFLAGS', "-DNCURSES_OPAQUE=0"
end