chiark / gitweb /
Record pcre3 (2:8.38-1) in archive suite sid
[pcre3.git] / debian / patches / Disable_JIT_on_sparc64.patch
index aacf883843230285d6ceb2cc7be5d52024179720..0a6de34ff133ba5cf1a099126513d61417642af0 100644 (file)
@@ -4,11 +4,11 @@ Description: Disable JIT on sparc64 as it needs explicit porting
  until it has been explicitly ported to sparc64.
  .
 
-Index: pcre3-8.35/sljit/sljitConfigInternal.h
+Index: pcre3/sljit/sljitConfigInternal.h
 ===================================================================
---- pcre3-8.35.orig/sljit/sljitConfigInternal.h
-+++ pcre3-8.35/sljit/sljitConfigInternal.h
-@@ -125,7 +125,11 @@
+--- pcre3.orig/sljit/sljitConfigInternal.h     2015-12-22 13:30:50.000000000 +0000
++++ pcre3/sljit/sljitConfigInternal.h  2015-12-22 13:33:30.000000000 +0000
+@@ -145,7 +145,11 @@
  #elif defined(__mips64)
  #define SLJIT_CONFIG_MIPS_64 1
  #elif defined(__sparc__) || defined(__sparc)