forked from pool/texlive
Let's give ARM_COMPLIANT=0 on armv7l/aarch64 a try
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=317
This commit is contained in:
parent
cde74b90f7
commit
511cdd7be1
14
source.dif
14
source.dif
@ -22,13 +22,14 @@
|
||||
texk/texlive/tl_scripts/texconfig.sh | 35 ---
|
||||
texk/texlive/tl_scripts/texlinks.sh | 53 +++-
|
||||
texk/web2c/Makefile.in | 7
|
||||
texk/web2c/luatexdir/luapplib/ppconf.h | 2
|
||||
texk/web2c/uptexdir/tests/gkhugeng.err | 8
|
||||
texk/web2c/window/regis.c | 8
|
||||
texk/web2c/window/x11-Xlib.c | 8
|
||||
texk/web2c/window/x11-Xt.c | 4
|
||||
texk/xdvik/psgs.c | 22 +
|
||||
texk/xdvik/xdvi-sh.in | 19 +
|
||||
29 files changed, 357 insertions(+), 161 deletions(-)
|
||||
30 files changed, 358 insertions(+), 162 deletions(-)
|
||||
|
||||
--- libs/icu/icu-src/source/common/Makefile.in
|
||||
+++ libs/icu/icu-src/source/common/Makefile.in 2018-04-10 09:02:17.774983801 +0000
|
||||
@ -1038,6 +1039,17 @@
|
||||
$(srcdir)/c-auto.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
||||
rm -f w2c/stamp-h1
|
||||
--- texk/web2c/luatexdir/luapplib/ppconf.h
|
||||
+++ texk/web2c/luatexdir/luapplib/ppconf.h 2019-05-17 13:32:56.703733409 +0000
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
//#include "utilarm.h" // keep in sync
|
||||
#if defined __arm__ || defined __ARM__ || defined ARM || defined __ARM || defined __arm || defined __ARM_ARCH ||defined __aarch64__ ||( defined(__sun) && defined(__SVR4))
|
||||
-# define ARM_COMPLIANT 1
|
||||
+# define ARM_COMPLIANT 0
|
||||
#else
|
||||
# define ARM_COMPLIANT 0
|
||||
#endif
|
||||
--- texk/web2c/window/regis.c
|
||||
+++ texk/web2c/window/regis.c 2018-04-10 09:02:17.870981997 +0000
|
||||
@@ -64,12 +64,14 @@ void mf_regis_blankrectangle (screencol
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 13:38:23 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Let's give ARM_COMPLIANT=0 on armv7l/aarch64 a try
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 10:15:40 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2019
|
||||
%define texlive_previous 2018
|
||||
%define texlive_release 20190407
|
||||
%define texlive_noarch 159
|
||||
%define texlive_noarch 161
|
||||
%define texlive_source texlive-20190407-source
|
||||
|
||||
%define __perl_requires %{nil}
|
||||
|
Loading…
Reference in New Issue
Block a user