harfbuzz: Update from 1.0.6 to 1.1.2
[termux-packages] / packages / aria2 / Makefile.am.patch
CommitLineData
f657b221
FF
1diff -u -r ../aria2-1.19.3/src/Makefile.am ./src/Makefile.am
2--- ../aria2-1.19.3/src/Makefile.am 2015-12-06 08:59:48.000000000 -0500
3+++ ./src/Makefile.am 2015-12-17 09:25:37.002930095 -0500
4@@ -275,20 +275,6 @@
5 SRCS += android/android.c
6 endif # ANDROID
7
8-# Android NDK R8e does not provide ftruncate64. Use assembly code from
9-# android source code and link it.
10-if ANDROID_ARM
11-SRCS += android/arm-ftruncate64.S
12-endif # ANDROID_ARM
13-
14-if ANDROID_MIPS
15-SRCS += android/mips-ftruncate64.S
16-endif # ANDROID_MIPS
17-
18-if ANDROID_X86
19-SRCS += android/x86-ftruncate64.S android/x86-asm.h
20-endif # ANDROID_X86
21-
22 if MINGW_BUILD
23 SRCS += WinConsoleFile.cc WinConsoleFile.h
24 endif # MINGW_BUILD