refresh patches
authorReinhard Tartler <siretart@tauware.de>
Sat, 4 Mar 2023 17:34:39 +0000 (12:34 -0500)
committerReinhard Tartler <siretart@tauware.de>
Sat, 4 Mar 2023 17:34:39 +0000 (12:34 -0500)
debian/patches/dont-err-build-on-uknown-system.patch
debian/patches/gcc-optflags.patch

index bf66a6f2f24713db7d2b31b096ca885d5176087b..219d51d4f43bef74c9fcbb0b494c1e714eef97ce 100644 (file)
@@ -1,9 +1,11 @@
 Description: Don't fail build intentionally on unknown systems
 Author: Balint Reczey <balint@balintreczey.hu>
 
---- a/include/gpac/configuration.h
-+++ b/include/gpac/configuration.h
-@@ -188,8 +188,8 @@
+Index: gpac/include/gpac/configuration.h
+===================================================================
+--- gpac.orig/include/gpac/configuration.h
++++ gpac/include/gpac/configuration.h
+@@ -196,8 +196,8 @@ This section documents the base data typ
  #define GPAC_HAS_JPEG
  #define GPAC_HAS_PNG
  
index 9900a01608f6fddaafe75c86988eb0d7303fced0..9167b92ce33ba44d5b2e714e5286d50a058e3e2f 100644 (file)
@@ -5,9 +5,11 @@ Forwarded: not-needed
  configure |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
---- a/configure
-+++ b/configure
-@@ -365,7 +365,7 @@
+Index: gpac/configure
+===================================================================
+--- gpac.orig/configure
++++ gpac/configure
+@@ -378,7 +378,7 @@ for opt do
              ;;
          --cpu=*) cpu=`echo $opt | cut -d '=' -f 2`
              ;;
@@ -16,7 +18,7 @@ Forwarded: not-needed
              ;;
          --disable-opt) no_gcc_opt="yes"
              ;;
-@@ -708,7 +708,7 @@
+@@ -743,7 +743,7 @@ fi
  
  #GCC opt
  if test "$no_gcc_opt" = "no"; then