mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:37:36 +00:00
Ports: Update x264's patches to use git patches
This commit is contained in:
parent
73f92f49c2
commit
26ca20a55d
2 changed files with 19 additions and 4 deletions
|
@ -1,5 +1,15 @@
|
||||||
|
From 6f4145f606671d7be8597af7854bda59ef594802 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Hunter Kvalevog <hunterkva@protonmail.com>
|
||||||
|
Date: Sat, 2 Apr 2022 19:14:23 -0500
|
||||||
|
Subject: [PATCH] Add definitions for serenity to configure and config.sub
|
||||||
|
|
||||||
|
---
|
||||||
|
config.sub | 2 ++
|
||||||
|
configure | 4 ++++
|
||||||
|
2 files changed, 6 insertions(+)
|
||||||
|
|
||||||
diff --git a/config.sub b/config.sub
|
diff --git a/config.sub b/config.sub
|
||||||
index 72e9265b..2ee38778 100755
|
index 72e9265..2ee3877 100755
|
||||||
--- a/config.sub
|
--- a/config.sub
|
||||||
+++ b/config.sub
|
+++ b/config.sub
|
||||||
@@ -1514,6 +1514,8 @@ case $os in
|
@@ -1514,6 +1514,8 @@ case $os in
|
||||||
|
@ -12,7 +22,7 @@ index 72e9265b..2ee38778 100755
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
diff --git a/configure b/configure
|
diff --git a/configure b/configure
|
||||||
index e242e73c..1f60a1ab 100755
|
index e242e73..1f60a1a 100755
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -729,6 +729,10 @@ case $host_os in
|
@@ -729,6 +729,10 @@ case $host_os in
|
||||||
|
@ -26,3 +36,6 @@ index e242e73c..1f60a1ab 100755
|
||||||
*)
|
*)
|
||||||
die "Unknown system $host, edit the configure"
|
die "Unknown system $host, edit the configure"
|
||||||
;;
|
;;
|
||||||
|
--
|
||||||
|
2.36.1
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Patches for x264 on SerenityOS
|
# Patches for x264 on SerenityOS
|
||||||
|
|
||||||
## `serenity-configure.patch`
|
## `0001-Add-definitions-for-serenity-to-configure-and-config.patch`
|
||||||
|
|
||||||
|
Add definitions for serenity to configure and config.sub
|
||||||
|
|
||||||
|
|
||||||
Adds `serenity` as a valid platform
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue