summaryrefslogtreecommitdiff
path: root/media-plugins/deadbeef-replaygain-control/files
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-replaygain-control/files
parentce1913834418b53d21c321f993d2b25dbf489450 (diff)
all these look for deadbeef.eclass which we don't have, drop them
Diffstat (limited to 'media-plugins/deadbeef-replaygain-control/files')
-rw-r--r--media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control-cflags.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control-cflags.patch b/media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control-cflags.patch
deleted file mode 100644
index 9680e6d7..00000000
--- a/media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control-cflags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 1d05e5f..f7228da 100644
---- a/Makefile
-+++ b/Makefile
-@@ -42,8 +42,8 @@ define compile
- endef
-
- define link
-- echo $(CC) $(LDFLAGS) $1 $2 $3 -o $@
-- $(CC) $(LDFLAGS) $1 $2 $3 -o $@
-+ echo $(CC) $(CFLAGS) $(LDFLAGS) $1 $2 $3 -o $@
-+ $(CC) $(CFLAGS) $(LDFLAGS) $1 $2 $3 -o $@
- endef
-
- # Builds both GTK+2 and GTK+3 versions of the plugin.