summaryrefslogtreecommitdiff
path: root/games/ccgo/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'games/ccgo/patches/patch-af')
-rw-r--r--games/ccgo/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/ccgo/patches/patch-af b/games/ccgo/patches/patch-af
new file mode 100644
index 00000000000..bdc0b11c96d
--- /dev/null
+++ b/games/ccgo/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2005/07/22 22:13:25 adam Exp $
+
+--- nc.cc.orig 2005-07-22 20:07:52.000000000 +0000
++++ nc.cc
+@@ -9,7 +9,7 @@
+
+ #include "nc.hh"
+ extern "C" {
+-#include <ncurses.h>
++#include <curses.h>
+ }
+
+ #include <sstream>