chiark / gitweb /
vim: Use sensible.vim as system vimrc
[termux-packages] / disabled-packages / ghostscript / Makefile.in.patch
1 diff -u -r ../ghostscript-9.18/Makefile.in ./Makefile.in
2 --- ../ghostscript-9.18/Makefile.in     2015-10-05 04:21:11.000000000 -0400
3 +++ ./Makefile.in       2015-12-06 16:58:25.937579450 -0500
4 @@ -130,7 +130,7 @@
5  
6  # Choose generic configuration options.
7  
8 -TARGET_ARCH_FILE=@ARCH_CONF_HEADER@
9 +TARGET_ARCH_FILE=/home/fornwall/dc/packages/ghostscript/arch-arm.h
10  
11  # -DDEBUG
12  #      includes debugging features (-Z switch) in the code.
13 @@ -360,7 +360,7 @@
14  # Define the name of the C compiler (target and host (AUX))
15  
16  CC=@CC@
17 -CCAUX=@CC@
18 +CCAUX=$(CC_FOR_BUILD)
19  
20  # Define the name of the linker for the final link step.
21  # Normally this is the same as the C compiler.
22 @@ -631,7 +631,7 @@
23  
24  CCFLAGS=$(GENOPT) $(CAPOPT) $(CFLAGS)
25  CC_=$(CC) $(CCFLAGS)
26 -CCAUX_=$(CCAUX) $(CFLAGS)
27 +CCAUX_=$(CCAUX)
28  CC_LEAF=$(CC_)
29  # note gcc can't use -fomit-frame-pointer with -pg.
30  CC_LEAF_PG=$(CC_)