diff options
| author | Daniel Rodríguez Troitiño | 2009-09-16 15:33:30 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-16 15:33:30 +0100 |
| commit | 9f033332f0810bd7984fefb640e766a0a2980d6a (patch) | |
| tree | a7cc10db3fb9e70ec64fa3c894c19541e6982fbf /Library/Formula/sqlite.rb | |
| parent | 6aa72821ee8f7b7928024504d83d115a3907ef99 (diff) | |
| download | homebrew-9f033332f0810bd7984fefb640e766a0a2980d6a.tar.bz2 | |
Added patch for environ problems in Gettext.
All Gettext binaries fail at runtime with linking problems related to the
environ variable. According to <http://www.mail-archive.com/bug-gnulib@gnu.org/msg09272.html>
the environ variable is missing from some platforms (between them MacOS X),
and autoconf test for it, and sets HAVE_ENVIRON_DECL accordingly. A common
workaround was declaring "extern char** environ" in the code if the OS didn't
provide the environ variable, but that doesn't work since 10.5. Since then you
have to use _NSGetEnviron() function declared in crt_externs.h. This
workaround works at least since 10.3. t
Signed-off-by: Max Howell <max@methylblue.com>
Closes #11
Diffstat (limited to 'Library/Formula/sqlite.rb')
0 files changed, 0 insertions, 0 deletions
