summaryrefslogtreecommitdiff
path: root/data/ncurses/clang.diff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-05-06 12:03:45 -1000
committerSam Bingner <sam@bingner.com>2019-05-06 12:03:45 -1000
commit03373a3d83d8c8d6cbc6e0a74b3434ef695e4c22 (patch)
tree7536f10be3adf7fb554dfdfe136db30f2798dabb /data/ncurses/clang.diff
parent4d9f1a0e9610f10d9f07818b0a1345e391a6a68e (diff)
Build system updates
Diffstat (limited to 'data/ncurses/clang.diff')
-rw-r--r--data/ncurses/clang.diff43
1 files changed, 0 insertions, 43 deletions
diff --git a/data/ncurses/clang.diff b/data/ncurses/clang.diff
deleted file mode 100644
index 407410221..000000000
--- a/data/ncurses/clang.diff
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -ruNp ncurses-5.8.orig/c++/cursesf.h ncurses-5.8/c++/cursesf.h
---- ncurses-5.8.orig/c++/cursesf.h 2005-08-13 21:08:24.000000000 +0300
-+++ ncurses-5.8/c++/cursesf.h 2011-04-03 18:29:29.000000000 +0300
-@@ -681,7 +681,7 @@ public:
- const T* p_UserData = STATIC_CAST(T*)(0),
- bool with_frame=FALSE,
- bool autoDelete_Fields=FALSE)
-- : NCursesForm (Fields, with_frame, autoDelete_Fields) {
-+ : NCursesForm (&Fields, with_frame, autoDelete_Fields) {
- if (form)
- set_user (const_cast<void *>(p_UserData));
- };
-@@ -694,7 +694,7 @@ public:
- const T* p_UserData = STATIC_CAST(T*)(0),
- bool with_frame=FALSE,
- bool autoDelete_Fields=FALSE)
-- : NCursesForm (Fields, nlines, ncols, begin_y, begin_x,
-+ : NCursesForm (&Fields, nlines, ncols, begin_y, begin_x,
- with_frame, autoDelete_Fields) {
- if (form)
- set_user (const_cast<void *>(p_UserData));
-diff -ruNp ncurses-5.8.orig/c++/cursesm.h ncurses-5.8/c++/cursesm.h
---- ncurses-5.8.orig/c++/cursesm.h 2005-08-13 21:10:36.000000000 +0300
-+++ ncurses-5.8/c++/cursesm.h 2011-04-03 18:31:42.000000000 +0300
-@@ -639,7 +639,7 @@ public:
- const T* p_UserData = STATIC_CAST(T*)(0),
- bool with_frame=FALSE,
- bool autoDelete_Items=FALSE)
-- : NCursesMenu (Items, with_frame, autoDelete_Items) {
-+ : NCursesMenu (&Items, with_frame, autoDelete_Items) {
- if (menu)
- set_user (const_cast<void *>(p_UserData));
- };
-@@ -651,7 +651,7 @@ public:
- int begin_x = 0,
- const T* p_UserData = STATIC_CAST(T*)(0),
- bool with_frame=FALSE)
-- : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_frame) {
-+ : NCursesMenu (&Items, nlines, ncols, begin_y, begin_x, with_frame) {
- if (menu)
- set_user (const_cast<void *>(p_UserData));
- };
-