mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Ports: Added a cmatrix port
This commit is contained in:
parent
5c67b2cb8f
commit
d09cd85b6c
4 changed files with 57 additions and 0 deletions
13
Ports/cmatrix/patches/fix_include_header.patch
Normal file
13
Ports/cmatrix/patches/fix_include_header.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/cmatrix.c b/cmatrix.c
|
||||
index d1f6b98..26d0648 100644
|
||||
--- a/cmatrix.c
|
||||
+++ b/cmatrix.c
|
||||
@@ -48,7 +48,7 @@
|
||||
#ifdef HAVE_NCURSES_H
|
||||
#include <ncurses.h>
|
||||
#else
|
||||
-#include <curses.h>
|
||||
+#include <ncurses/curses.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
Loading…
Add table
Add a link
Reference in a new issue