mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
deeperpeople: remove patch.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user