diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-03-16 22:08:29 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-03-16 22:09:16 +0100 |
commit | 8d98869f0dbc1e2368562055d214a6ac89ddaac6 (patch) | |
tree | 3d7d755faf3dc11d53fb99da31cd44302ae3b67c /games/xataxx/files/patch-bits.c | |
parent | print/py-weasyprint: update 58.0 -> 61.2 (diff) |
games/xataxx: Remove expired port
2024-03-15 games/xataxx: No available WWW
Diffstat (limited to 'games/xataxx/files/patch-bits.c')
-rw-r--r-- | games/xataxx/files/patch-bits.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games/xataxx/files/patch-bits.c b/games/xataxx/files/patch-bits.c deleted file mode 100644 index 8882c611f34b..000000000000 --- a/games/xataxx/files/patch-bits.c +++ /dev/null @@ -1,22 +0,0 @@ ---- bits.c.orig -+++ bits.c -@@ -1,7 +1,10 @@ - #include <stdio.h> -+#include <stdlib.h> - #include <ctype.h> - #include <X11/Xlib.h> -+#include <X11/Xutil.h> - #include <math.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <sys/time.h> - #include "struct.h" -@@ -16,7 +19,7 @@ - #define NFDSHIFT 5 /* Shift based on above */ - #ifndef howmany - #define howmany(x, y) (((x)+((y)-1))/(y)) --#endif howmany -+#endif - - #define NBBY 8 /* number of bits in a byte */ - |