libnotify: update to 0.8.3; drop 32 bit
[oi-userland.git] / components / archiver / unrar / patches / 01-makefile.patch
blobd16504cc818a9964ebc80d6ce1cd7425a58b7066
1 --- unrar/makefile 2017-11-21 22:53:39.000000000 +0000
2 +++ unrar/makefile.new 2018-05-26 15:19:08.862458981 +0000
3 @@ -2,13 +2,13 @@
4 # Makefile for UNIX - unrar
6 # Linux using GCC
7 -CXX=c++
8 -CXXFLAGS=-O2 -Wno-logical-op-parentheses -Wno-switch -Wno-dangling-else
9 +#CXX=c++
10 +#CXXFLAGS=-O2 -Wno-logical-op-parentheses -Wno-switch -Wno-dangling-else
11 LIBFLAGS=-fPIC
12 DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
13 STRIP=strip
14 AR=ar
15 -LDFLAGS=-pthread
16 +#LDFLAGS=-pthread
17 DESTDIR=/usr
19 # Linux using LCC