summarylogtreecommitdiffstats
path: root/ddb_discord_presence-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ddb_discord_presence-makefile.patch')
-rw-r--r--ddb_discord_presence-makefile.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/ddb_discord_presence-makefile.patch b/ddb_discord_presence-makefile.patch
index 473e0e050112..b7cb9acb5444 100644
--- a/ddb_discord_presence-makefile.patch
+++ b/ddb_discord_presence-makefile.patch
@@ -1,7 +1,7 @@
-diff -r -u -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefile
---- ddb_discord_presence/Makefile 2018-09-30 15:14:26.874053581 +0200
-+++ ddb_discord_presence-makefile/Makefile 2018-09-30 15:15:45.258372163 +0200
-@@ -8,8 +8,8 @@
+diff -u -r -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefile
+--- ddb_discord_presence/Makefile 2019-08-20 20:57:06.817705453 +0200
++++ ddb_discord_presence-makefile/Makefile 2019-08-20 20:58:36.464785836 +0200
+@@ -14,8 +14,8 @@
CC=gcc
CXX=g++
STD=gnu99
@@ -9,6 +9,6 @@ diff -r -u -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefi
-CXXFLAGS+=-fPIC -I /usr/local/include -Wall
+CFLAGS+=$(COPT) -fPIC -I /usr/local/include -I discord-rpc/include -Wall
+CXXFLAGS+=$(CXXOPT) -fPIC -I /usr/local/include -Wall
- ifeq ($(DEBUG),1)
- CFLAGS +=-g -O0
- CXXFLAGS +=-g -O0
+ ifeq ($(UNAME_S),Darwin)
+ CFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers
+ CXXFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers