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

Ports: Update libmpg123's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:52 +04:30 committed by Ali Mohammad Pur
parent 70a8cb0ac3
commit 6c2009f915
2 changed files with 27 additions and 11 deletions

View file

@ -1,3 +1,14 @@
From 21ff6032ff3fc0afe704d2363661c2a227911649 Mon Sep 17 00:00:00 2001
From: Michael Manganiello <adamantike@users.noreply.github.com>
Date: Sat, 26 Mar 2022 13:15:31 -0300
Subject: [PATCH] Teach the multiple configure files that serenity is a thing
---
configure | 4 ++--
configure.ac | 4 ++--
m4/libtool.m4 | 18 +++++++++---------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/configure b/configure
index d3404be..809a412 100755
--- a/configure
@ -17,7 +28,7 @@ index d3404be..809a412 100755
;;
*-*-linux*|*-*-kfreebsd*-gnu)
diff --git a/configure.ac b/configure.ac
index 3ca8766..383120e 100644
index 3ca8766..fcffff9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -709,11 +709,11 @@ case $host in
@ -119,3 +130,6 @@ index a6d21ae..44d3c98 100644
case $cc_basename in
KCC*)
# Kuck and Associates, Inc. (KAI) C++ Compiler
--
2.36.1

View file

@ -1,5 +1,7 @@
# Patches for mpg123 on SerenityOS
# Patches for libmpg123 on SerenityOS
## `0001-Teach-the-multiple-configure-files-that-serenity-is-.patch`
Teach the multiple configure files that serenity is a thing
## `add-serenity-target.patch`
Add `serenity` as a valid target.