From a8da050bbbbe6352753c07b7b1d4753dbcf8eb7a Mon Sep 17 00:00:00 2001 From: Alexe-Cristia Moldovan Date: Thu, 18 Jun 2015 15:10:15 +0300 Subject: add deadbeef plugins --- .../files/deadbeef-replaygain-control-cflags.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create 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 new file mode 100644 index 00000000..9680e6d7 --- /dev/null +++ b/media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control-cflags.patch @@ -0,0 +1,15 @@ +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