diff options
| author | Adam Vandenberg | 2013-05-06 12:25:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-06 12:25:40 -0700 |
| commit | 488341c3fbcf96e01fa4fe874a74a9dc98de9d27 (patch) | |
| tree | a7690236b999f965e65d0f6580b78f1a032ed154 | |
| parent | 3dee04a84f95c820d5016e8678cf324ba3119c5f (diff) | |
| download | homebrew-488341c3fbcf96e01fa4fe874a74a9dc98de9d27.tar.bz2 | |
bwm-ng: still fails with clang 425
| -rw-r--r-- | Library/Formula/bwm-ng.rb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Library/Formula/bwm-ng.rb b/Library/Formula/bwm-ng.rb index 1490d04dd..1e1d8f11d 100644 --- a/Library/Formula/bwm-ng.rb +++ b/Library/Formula/bwm-ng.rb @@ -6,7 +6,16 @@ class BwmNg < Formula sha1 '90bab1837f179fa1fe0d4b8bad04072affa39c01' fails_with :clang do - build 421 + build 425 + cause <<-EOS.undent + Undefined symbols for architecture x86_64: + "_dyn_byte_value2str", referenced from: + _values2str in output.o + "_get_iface_stats", referenced from: + _main in bwm-ng.o + _handle_gui_input in curses_tools.o + (maybe you meant: _get_iface_stats_netstat, _get_iface_stats_sysctl , _get_iface_stats_getifaddrs ) + EOS end def install |
