diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-15 08:36:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-16 06:29:55 +0000 |
commit | 0cdce5a0b47ed05c701a78ddd774d22da975851b (patch) | |
tree | 2af4ce00b19a1031d17273e25c7b249c7a46eaaf /testing/stfl/ncurses.patch | |
parent | 74237bd595dd8b74df290cbd726f584b87dec7dd (diff) | |
download | aports-0cdce5a0b47ed05c701a78ddd774d22da975851b.tar.bz2 aports-0cdce5a0b47ed05c701a78ddd774d22da975851b.tar.xz |
testing/stfl: new aport
The Structured Terminal Forms Language/Library
http://www.clifford.at/stfl/
ref #1774
Diffstat (limited to 'testing/stfl/ncurses.patch')
-rw-r--r-- | testing/stfl/ncurses.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/stfl/ncurses.patch b/testing/stfl/ncurses.patch new file mode 100644 index 0000000000..c74252a144 --- /dev/null +++ b/testing/stfl/ncurses.patch @@ -0,0 +1,13 @@ +diff --git a/stfl_internals.h b/stfl_internals.h +index 3f9f45b..1559626 100644 +--- a/stfl_internals.h ++++ b/stfl_internals.h +@@ -28,7 +28,7 @@ extern "C" { + #endif + + #include "stfl.h" +-#include <ncursesw/ncurses.h> ++#include <ncurses.h> + #include <pthread.h> + + struct stfl_widget_type; |