From 60638927b07a7aa9ddc5cebcef82255dba2c3359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 11 Nov 2019 08:01:12 +0100 Subject: [PATCH] deeperpeople: remove patch. --- .../patches/deeperpeople-1.0.0.patchset | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 haiku-apps/deeperpeople/patches/deeperpeople-1.0.0.patchset diff --git a/haiku-apps/deeperpeople/patches/deeperpeople-1.0.0.patchset b/haiku-apps/deeperpeople/patches/deeperpeople-1.0.0.patchset deleted file mode 100644 index efa94a506..000000000 --- a/haiku-apps/deeperpeople/patches/deeperpeople-1.0.0.patchset +++ /dev/null @@ -1,30 +0,0 @@ -From 420ef74582eb373fb5498e205d5cabb4d7fbc417 Mon Sep 17 00:00:00 2001 -From: Bach Nguyen -Date: Sat, 10 Nov 2018 19:02:07 +0000 -Subject: Fix build - -diff --git a/src/Makefile b/src/Makefile -index c4c5c68..af5cad7 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -55,7 +55,7 @@ RSRCS = - # - if your library does not follow the standard library naming scheme, - # you need to specify the path to the library and it's name. - # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") --LIBS = be tracker -+LIBS = $(STDCPPLIBS) be tracker - - # Specify additional paths to directories following the standard libXXX.so - # or libXXX.a naming scheme. You can specify full paths or paths relative -@@ -105,7 +105,7 @@ SYMBOLS := - DEBUGGER := - - # Specify any additional compiler flags to be used. --COMPILER_FLAGS = -Wshadow -Wconversion -Winline -funsigned-bitfields -Wwrite-strings -+COMPILER_FLAGS = -fpermissive -Wshadow -Wconversion -Winline -funsigned-bitfields -Wwrite-strings - - # Specify any additional linker flags to be used. - LINKER_FLAGS = --- -2.19.0 -