1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:17:34 +00:00

Ports: Update c-ray's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:31:44 +04:30 committed by Ali Mohammad Pur
parent 8b9302890e
commit 4874465018
17 changed files with 654 additions and 105 deletions

View file

@ -0,0 +1,20 @@
From a91deb390a4765985718c4821c0306d433c036f5 Mon Sep 17 00:00:00 2001
From: Valtteri Koskivuori <vkoskiv@gmail.com>
Date: Tue, 25 Feb 2020 22:03:47 +0200
Subject: [PATCH 1/8] Add a dummy configure file
---
configure | 1 +
1 file changed, 1 insertion(+)
create mode 100644 configure
diff --git a/configure b/configure
new file mode 100644
index 0000000..04bfb39
--- /dev/null
+++ b/configure
@@ -0,0 +1 @@
+#nop
--
2.36.1