1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +00:00

Ports: Replace the joe config.sub patch with our download

This commit is contained in:
Tim Schumacher 2022-05-25 22:25:14 +02:00 committed by Linus Groh
parent 7ceccb7b82
commit 1371d1d952
6 changed files with 5 additions and 34 deletions

View file

@ -1,7 +1,7 @@
From 7136012c016c40b890ae4db5b3e4da4bf9b57caf Mon Sep 17 00:00:00 2001
From: Snow <i@xkun.me>
Date: Sun, 15 May 2022 11:41:03 +0800
Subject: [PATCH 2/4] Remove the sys/ prefix for the fcntl include
Subject: [PATCH 2/3] Remove the sys/ prefix for the fcntl include
Serenity does not have the header `fcntl.h` in `/usr/include/sys`.
---