commit 71c5c154097995a64c812c7d288a3d372e87bedf
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Mar 23 09:29:34 2017 +0000
fix ppc64le patch
HandBrake-add_ppc64le.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/HandBrake-add_ppc64le.patch b/HandBrake-add_ppc64le.patch
index ee2daf0..b3063e7 100644
--- a/HandBrake-add_ppc64le.patch
+++ b/HandBrake-add_ppc64le.patch
@@ -5,10 +5,10 @@
echo powerpc-unknown-linux-gnu
exit ;;
+ ppc64le:Linux:*:*)
-+ echo powerpc64le-unknown-linux-${LIBC}
++ echo powerpc64le-unknown-linux-gnu
+ exit ;;
+ ppcle:Linux:*:*)
-+ echo powerpcle-unknown-linux-${LIBC}
++ echo powerpcle-unknown-linux-gnu
+ exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux
Show replies by date