mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Ports: Fix the libmpg123 patch
This commit is contained in:
parent
beee52dbdc
commit
40165f5846
1 changed files with 2 additions and 6 deletions
|
@ -8,14 +8,10 @@ Subject: [PATCH] Teach the multiple configure files that serenity is a thing
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/configure b/configure
|
diff --git a/configure b/configure
|
||||||
index d3404be..809a412 100755
|
index d3404bea2f..42a42d415c 100755
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -14826,11 +14826,11 @@ case $host in
|
@@ -14830,7 +14830,7 @@ case $host in
|
||||||
cpu_type="x86"
|
|
||||||
newoldwritesample=enabled
|
|
||||||
;;
|
|
||||||
i686-*-linux*|i686-*-kfreebsd*-gnu)
|
|
||||||
cpu_type="x86"
|
cpu_type="x86"
|
||||||
newoldwritesample=enabled
|
newoldwritesample=enabled
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue