X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/1acd4a696343b5ceb7800dff6bc4130c1c379a54..dd2bc323b61ed6f36d57a713c9c9c62e4b988f6e:/packages/unrar/makefile.patch diff --git a/packages/unrar/makefile.patch b/packages/unrar/makefile.patch index 99e4ae92..06860e0a 100644 --- a/packages/unrar/makefile.patch +++ b/packages/unrar/makefile.patch @@ -1,7 +1,7 @@ -diff -u -r ../unrar/makefile ./makefile ---- ../unrar/makefile 2017-06-11 11:31:05.000000000 +0000 -+++ ./makefile 2017-06-12 00:07:26.385451540 +0000 -@@ -2,14 +2,14 @@ +diff -uNr unrar/makefile unrar.mod/makefile +--- unrar/makefile 2017-06-13 14:04:49.000000000 +0300 ++++ unrar.mod/makefile 2017-09-14 20:40:07.511902817 +0300 +@@ -2,14 +2,15 @@ # Makefile for UNIX - unrar # Linux using GCC @@ -20,21 +20,7 @@ diff -u -r ../unrar/makefile ./makefile +AR?=ar +LDFLAGS?=-pthread +DESTDIR=$(PREFIX) ++LIBS=-lreadline # Linux using LCC #CXX=lcc -@@ -20,14 +20,6 @@ - #DESTDIR=/usr - - # CYGWIN using GCC --CXX=c++ --CXXFLAGS=-O2 --LIBFLAGS= --DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP --STRIP=strip --AR=ar --LDFLAGS=-pthread --DESTDIR=/usr - - # HP UX using aCC - #CXX=aCC