summaryrefslogtreecommitdiff
path: root/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch
diff options
context:
space:
mode:
authorDeposite Pirate2020-05-02 17:29:29 +0200
committerDeposite Pirate2020-05-02 17:29:29 +0200
commita027a456384604f17fa45332d6c7f701677621d6 (patch)
tree870025ec63550754430b3eeaee68b779bcbce2ae /deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch
parent0e7b571292682f8f416debf8f8914bf7a4313d36 (diff)
* Drop deadbeef discord plugin.
deleted: deadbeef-plugin-discord-git/.SRCINFO deleted: deadbeef-plugin-discord-git/PKGBUILD deleted: deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch
Diffstat (limited to 'deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch')
-rw-r--r--deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch14
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