diff options
Diffstat (limited to 'deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch')
-rw-r--r-- | deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch b/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch index b7cb9ac..4ab6ceb 100644 --- a/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch +++ b/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch @@ -1,14 +1,14 @@ 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 +--- ddb_discord_presence/Makefile 2020-01-15 09:47:59.792849482 +0100 ++++ ddb_discord_presence-makefile/Makefile 2020-01-15 09:49:29.572231291 +0100 @@ -14,8 +14,8 @@ CC=gcc CXX=g++ STD=gnu99 --CFLAGS+=-fPIC -I /usr/local/include -I discord-rpc/include -Wall --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 +-CFLAGS+=-fPIC -I /usr/local/include -I discord-rpc/include -I . -Wall +-CXXFLAGS+=-fPIC -I /usr/local/include -I . -Wall ++CFLAGS+=$(COPT) -fPIC -I /usr/local/include -I discord-rpc/include -I . -Wall ++CXXFLAGS+=$(CXXOPT) -fPIC -I /usr/local/include -I . -Wall ifeq ($(UNAME_S),Darwin) CFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers CXXFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers |