mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:07:36 +00:00
Ports: Add bc port
This commit is contained in:
parent
c0b32f7b76
commit
c8f61de191
3 changed files with 35 additions and 0 deletions
11
Ports/bc/patches/fix-args.patch
Normal file
11
Ports/bc/patches/fix-args.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- bc-2.5.1/include/args.h.orig Fri Jan 24 19:27:06 2020
|
||||
+++ bc-2.5.1/include/args.h Fri Jan 24 19:27:14 2020
|
||||
@@ -36,6 +36,8 @@
|
||||
#ifndef BC_ARGS_H
|
||||
#define BC_ARGS_H
|
||||
|
||||
+#include <getopt.h>
|
||||
+
|
||||
#include <status.h>
|
||||
#include <vm.h>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue