summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch')
-rw-r--r--app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch b/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch
deleted file mode 100644
index b614c218d309..000000000000
--- a/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: gwaei-3.0.2/src/waei/waei.c
-===================================================================
---- gwaei-3.0.2.orig/src/waei/waei.c
-+++ gwaei-3.0.2/src/waei/waei.c
-@@ -195,6 +195,7 @@ int w_start_console (int argc, char* arg
- }
-
-
-+#ifdef WITH_NCURSES
- //!
- //! @brief Equivalent to the main function for many programs. This is what starts the program
- //! @param argc Your argc from your main function
-@@ -219,6 +220,7 @@ int w_start_ncurses (int argc, char* arg
-
- return TRUE;
- }
-+#endif
-
-
- int main (int argc, char *argv[])