SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/stfl/patches/patch-stfl_internals_h
Normal file
14
devel/stfl/patches/patch-stfl_internals_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- stfl_internals.h.orig Sun Dec 30 09:25:50 2012
|
||||
+++ stfl_internals.h Sun Dec 30 09:26:11 2012
|
||||
@@ -28,7 +28,11 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "stfl.h"
|
||||
+#ifdef __OpenBSD__
|
||||
+#include <curses.h>
|
||||
+#else
|
||||
#include <ncursesw/ncurses.h>
|
||||
+#endif
|
||||
#include <pthread.h>
|
||||
|
||||
struct stfl_widget_type;
|
Loading…
Add table
Add a link
Reference in a new issue