summaryrefslogtreecommitdiff
path: root/dev-util/cscope/files/cscope-15.6-darwin.patch
blob: e755f3257efded51c936ba74587978f0d1820854 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/constants.h
+++ b/src/constants.h
@@ -103,7 +103,7 @@
 #define INCLUDES	8
 #define	FIELDS		9
 
-#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__
+#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ && !__MACH__
 # define TERMINFO	0	/* no terminfo curses */
 #else
 # define TERMINFO	1