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
commit20986e3ff5121e267b2791c067b9acb673b6ed7a (patch)
treee128e7d03ed11916dd062338df1e50228f4a7e10 /Library
parent6a8387ad4aaa06631d19888f2c12cfeb1f2173a5 (diff)
downloadbrew-20986e3ff5121e267b2791c067b9acb673b6ed7a.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