deeperpeople: remove patch.

This commit is contained in:
Jérôme Duval
2019-11-11 08:01:12 +01:00
committed by GitHub
parent e1de2e2983
commit 60638927b0

View File

@@ -1,30 +0,0 @@
From 420ef74582eb373fb5498e205d5cabb4d7fbc417 Mon Sep 17 00:00:00 2001
From: Bach Nguyen <bach5000@gmail.com>
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