aboutsummaryrefslogtreecommitdiff
path: root/archivers/libunrar5/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libunrar5/files/patch-makefile')
-rw-r--r--archivers/libunrar5/files/patch-makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/archivers/libunrar5/files/patch-makefile b/archivers/libunrar5/files/patch-makefile
deleted file mode 100644
index e9c930d5b8e0..000000000000
--- a/archivers/libunrar5/files/patch-makefile
+++ /dev/null
@@ -1,28 +0,0 @@
---- makefile.orig 2016-05-10 09:51:35 UTC
-+++ makefile
-@@ -98,7 +98,7 @@ LINK=$(CXX)
- WHAT=UNRAR
-
- UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o qopen.o
--LIB_OBJ=filestr.o scantree.o dll.o qopen.o
-+LIB_OBJ=dll.o
-
- OBJECTS=rar.o strlist.o strfn.o pathfn.o smallfn.o global.o file.o filefn.o filcreat.o \
- archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \
-@@ -131,9 +131,14 @@ sfx: clean $(OBJECTS)
-
- lib: WHAT=RARDLL
- lib: CXXFLAGS+=$(LIBFLAGS)
--lib: clean $(OBJECTS) $(LIB_OBJ)
-+lib: $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ)
- @rm -f libunrar.so
-- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+ $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ)
-+
-+liba: WHAT=RARDLL
-+liba: $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ)
-+ @rm -f libunrar.a
-+ $(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ) $(UNRAR_OBJ)
-
- install-unrar:
- install -D unrar $(DESTDIR)/bin/unrar