summaryrefslogtreecommitdiff
path: root/media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-07-09 16:39:29 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-07-09 16:39:29 +0100
commit00bd0fc4c92d1dd301fe26f57a07386d38548455 (patch)
tree328132a1f14b4d162da8805246ca1269389223b2 /media-plugins/deadbeef-gnome-mmkeys/files/deadbeef-gnome-mmkeys.patch
parentce1913834418b53d21c321f993d2b25dbf489450 (diff)
all these look for deadbeef.eclass which we don't have, drop them
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)