summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-01-31 12:55:34 +0100
committerFabian Groffen <grobian@gentoo.org>2017-01-31 12:56:16 +0100
commit3f5fdced2aeeb6d90c7a95b1bc7e0014dbaba268 (patch)
tree78238579f5ff868645c31edc7ef16a3c83a2ce89 /dev-util/cscope/files
parentmedia-sound/qmpdclient: x86 stable wrt bug #607740 (diff)
downloadgentoo-3f5fdced2aeeb6d90c7a95b1bc7e0014dbaba268.tar.gz
gentoo-3f5fdced2aeeb6d90c7a95b1bc7e0014dbaba268.tar.bz2
gentoo-3f5fdced2aeeb6d90c7a95b1bc7e0014dbaba268.zip
dev-util/cscope: addp Prefix changes and keywords, bug #607712
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-util/cscope/files')
-rw-r--r--dev-util/cscope/files/cscope-15.6-darwin.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/cscope/files/cscope-15.6-darwin.patch b/dev-util/cscope/files/cscope-15.6-darwin.patch
new file mode 100644
index 000000000000..e755f3257efd
--- /dev/null
+++ b/dev-util/cscope/files/cscope-15.6-darwin.patch
@@ -0,0 +1,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