mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Update x264's patches to use git patches
This commit is contained in:
parent
73f92f49c2
commit
26ca20a55d
Notes:
sideshowbarker
2024-07-17 10:46:52 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/26ca20a55d Pull-request: https://github.com/SerenityOS/serenity/pull/14055 Reviewed-by: https://github.com/danners Reviewed-by: https://github.com/timschumi
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
|
||||
index 72e9265b..2ee38778 100755
|
||||
index 72e9265..2ee3877 100755
|
||||
--- a/config.sub
|
||||
+++ b/config.sub
|
||||
@@ -1514,6 +1514,8 @@ case $os in
|
||||
|
@ -12,7 +22,7 @@ index 72e9265b..2ee38778 100755
|
|||
;;
|
||||
*)
|
||||
diff --git a/configure b/configure
|
||||
index e242e73c..1f60a1ab 100755
|
||||
index e242e73..1f60a1a 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -729,6 +729,10 @@ case $host_os in
|
||||
|
@ -26,3 +36,6 @@ index e242e73c..1f60a1ab 100755
|
|||
*)
|
||||
die "Unknown system $host, edit the configure"
|
||||
;;
|
||||
--
|
||||
2.36.1
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
# 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…
Reference in a new issue