gstreamer: Update from 1.12.3 to 1.14.0
[termux-packages] / packages / libbz2 / cross_compile.patch
1 diff -u -r ../bzip2-1.0.6/Makefile ./Makefile
2 --- ../bzip2-1.0.6/Makefile 2010-09-11 00:46:02.000000000 +0200
3 +++ ./Makefile 2014-02-24 22:03:59.000000000 +0100
4 @@ -14,17 +14,11 @@
5
6 SHELL=/bin/sh
7
8 -# To assist in cross-compiling
9 -CC=gcc
10 -AR=ar
11 -RANLIB=ranlib
12 -LDFLAGS=
13
14 BIGFILES=-D_FILE_OFFSET_BITS=64
15 CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
16
17 # Where you want it installed when you do 'make install'
18 -PREFIX=/usr/local
19
20
21 OBJS= blocksort.o \