summaryrefslogtreecommitdiff
path: root/media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch')
-rw-r--r--media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch b/media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch
deleted file mode 100644
index 1f64cd47..00000000
--- a/media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 35b19ca..e4f147e 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,6 +1,6 @@
--CC = gcc
--INCLUDES = $(shell pkg-config --cflags gio-2.0 glib-2.0)
--LIBS = $(shell pkg-config --libs gio-2.0 glib-2.0)
-+CC ?= gcc
-+INCLUDES ?= $(shell pkg-config --cflags gio-2.0 glib-2.0)
-+LIBS ?= $(shell pkg-config --libs gio-2.0 glib-2.0)
- OPTIONS = -fPIC -shared
- NAME = ddb_gnome_mmkeys
- ROOTDIR = /
-@@ -11,7 +11,7 @@ all: plugin
- plugin: $(NAME).so
-
- $(NAME).so: $(NAME).c
-- $(CC) $(INCLUDES) $(OPTIONS) -o $(NAME).so $(NAME).c $(LIBS)
-+ $(CC) $(CFLAGS) $(INCLUDES) $(OPTIONS) -o $(NAME).so $(NAME).c $(LIBS) $(LDFLAGS)
-
- install:
- mkdir -p $(ROOTDIR)$(INSTALL_DIR)