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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch b/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch deleted file mode 100644 index 4ab6ceb..0000000 --- a/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -u -r -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefile ---- 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 -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 |