From 00bd0fc4c92d1dd301fe26f57a07386d38548455 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 9 Jul 2015 16:39:29 +0100 Subject: all these look for deadbeef.eclass which we don't have, drop them --- .../files/deadbeef-replaygain-control-cflags.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control-cflags.patch (limited to 'media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control-cflags.patch') 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. -- cgit v1.2.3