1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:17:36 +00:00

Ports: Add flex and pcre2 ports

This commit is contained in:
Brian Callahan 2020-01-23 23:43:31 -05:00 committed by Andreas Kling
parent ca413a5b50
commit b8b2b30102
11 changed files with 134 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- flex-2.6.4/src/tables.c.orig Thu Jan 23 22:22:14 2020
+++ flex-2.6.4/src/tables.c Thu Jan 23 22:22:27 2020
@@ -33,6 +33,8 @@
*/
+#include <arpa/inet.h>
+
#include "flexdef.h"
#include "tables.h"