diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-21 07:17:21 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-21 07:17:21 +0000 |
commit | e48520ec1e55df33a5303920467f286f3b1566f7 (patch) | |
tree | 71ff738b7a815f94f59d341c8a75efea95ec4dad /user/unrar/makefile.patch | |
parent | 1136c95ad6bd6474d3d72a37d99c2353c289ad97 (diff) | |
download | packages-e48520ec1e55df33a5303920467f286f3b1566f7.tar.gz packages-e48520ec1e55df33a5303920467f286f3b1566f7.tar.bz2 packages-e48520ec1e55df33a5303920467f286f3b1566f7.tar.xz packages-e48520ec1e55df33a5303920467f286f3b1566f7.zip |
user/unrar: remove illegal package
Diffstat (limited to 'user/unrar/makefile.patch')
-rw-r--r-- | user/unrar/makefile.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/user/unrar/makefile.patch b/user/unrar/makefile.patch deleted file mode 100644 index 1892dab24..000000000 --- a/user/unrar/makefile.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -upr unrar.orig/makefile unrar/makefile ---- unrar.orig/makefile 2017-06-30 21:34:46.228703991 +0200 -+++ unrar/makefile 2017-06-30 21:35:07.535424717 +0200 -@@ -3,12 +3,12 @@ - - # Linux using GCC - CXX=c++ --CXXFLAGS=-O2 -Wno-logical-op-parentheses -Wno-switch -Wno-dangling-else -+CXXFLAGS?=-O2 -Wno-logical-op-parentheses -Wno-switch -Wno-dangling-else - LIBFLAGS=-fPIC - DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP - STRIP=strip - AR=ar --LDFLAGS=-pthread -+LDFLAGS+=-pthread - DESTDIR=/usr - - # Linux using LCC -@@ -140,7 +140,7 @@ uninstall: uninstall-unrar - clean: - @rm -f *.o *.bak *~ - --unrar: clean $(OBJECTS) $(UNRAR_OBJ) -+unrar: $(OBJECTS) $(UNRAR_OBJ) - @rm -f unrar - $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) - $(STRIP) unrar |