diff options
| author | Adam Vandenberg | 2012-08-07 09:54:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-07 09:54:31 -0700 |
| commit | ebe8d8e979f253cf2a5fcc9fa121df14a5ac0b46 (patch) | |
| tree | c55c7e45ea6275233ae401ab83524ab4bb2ac7d3 /Library/Formula | |
| parent | 0eeef83be04b9787132f0da3102310824f21272d (diff) | |
| download | homebrew-ebe8d8e979f253cf2a5fcc9fa121df14a5ac0b46.tar.bz2 | |
cscope: fix fuzz in patch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cscope.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cscope.rb b/Library/Formula/cscope.rb index 276f1d7d6..701f3a9ed 100644 --- a/Library/Formula/cscope.rb +++ b/Library/Formula/cscope.rb @@ -22,7 +22,7 @@ index 7ad8005..844836e 100644 +++ b/src/constants.h @@ -103,7 +103,7 @@ #define INCLUDES 8 - #define FIELDS 9 + #define FIELDS 10 -#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ +#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ && !__MACH__ |
