aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-07 09:54:31 -0700
committerAdam Vandenberg2012-08-07 09:54:31 -0700
commitebe8d8e979f253cf2a5fcc9fa121df14a5ac0b46 (patch)
treec55c7e45ea6275233ae401ab83524ab4bb2ac7d3 /Library
parent0eeef83be04b9787132f0da3102310824f21272d (diff)
downloadhomebrew-ebe8d8e979f253cf2a5fcc9fa121df14a5ac0b46.tar.bz2
cscope: fix fuzz in patch
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cscope.rb2
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__