fastfetch: update to 2.35.0
[oi-userland.git] / components / sysutils / nmap / patches / liblinear.patch
blob15408c2a118a86297727acf9807f8bcbdee0a6e6
1 --- nmap-7.95/liblinear/Makefile.orig 2024-02-28 20:18:35.000000000 +0200
2 +++ nmap-7.95/liblinear/Makefile 2025-01-03 19:41:04.853958913 +0200
3 @@ -35,9 +35,9 @@
4 $(CXX) $(CFLAGS) -c -o linear.o linear.cpp
6 blas/blas.a: blas/*.c blas/*.h
7 - make -C blas OPTFLAGS='$(CFLAGS)' CC='$(CC)';
8 + gmake -C blas OPTFLAGS='$(CFLAGS)' CC='$(CC)';
10 clean:
11 - make -C blas clean
12 - make -C matlab clean
13 + gmake -C blas clean
14 + gmake -C matlab clean
15 rm -f *~ newton.o linear.o train predict liblinear.so.$(SHVER)