From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- media-sound/ripperx/files/ripperx-2.7.3-ceilf-underlink.patch | 11 +++++++++++ media-sound/ripperx/files/ripperx-2.7.3-ldflags.patch | 6 +++--- media-sound/ripperx/files/ripperx-2.7.3-pkgconfig.patch | 4 ++-- 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 media-sound/ripperx/files/ripperx-2.7.3-ceilf-underlink.patch (limited to 'media-sound/ripperx/files') diff --git a/media-sound/ripperx/files/ripperx-2.7.3-ceilf-underlink.patch b/media-sound/ripperx/files/ripperx-2.7.3-ceilf-underlink.patch new file mode 100644 index 000000000000..56e40f132658 --- /dev/null +++ b/media-sound/ripperx/files/ripperx-2.7.3-ceilf-underlink.patch @@ -0,0 +1,11 @@ +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -264,7 +264,7 @@ + $(GTK_CFLAGS) \ + -I$(includedir) + +-ripperX_LDADD = \ ++ripperX_LDADD = -lm \ + $(INTLLIBS) \ + $(GTK_LIBS) + diff --git a/media-sound/ripperx/files/ripperx-2.7.3-ldflags.patch b/media-sound/ripperx/files/ripperx-2.7.3-ldflags.patch index 11e18972e638..e7e8a066b3b7 100644 --- a/media-sound/ripperx/files/ripperx-2.7.3-ldflags.patch +++ b/media-sound/ripperx/files/ripperx-2.7.3-ldflags.patch @@ -1,11 +1,11 @@ ---- plugins/Makefile.in -+++ plugins/Makefile.in +--- a/plugins/Makefile.in ++++ b/plugins/Makefile.in @@ -658,7 +658,7 @@ uninstall-am: uninstall-binPROGRAMS all: ripperX_plugin_tester $(PLUGINS) .c.o: - $(CC) $(CFLAGS) $(LDFLAGS) -c $< -o $@ -+ $(CC) $(CFLAGS) -c $< -o $@ ++ $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/media-sound/ripperx/files/ripperx-2.7.3-pkgconfig.patch b/media-sound/ripperx/files/ripperx-2.7.3-pkgconfig.patch index 48c24f4054a9..d6a311a60b05 100644 --- a/media-sound/ripperx/files/ripperx-2.7.3-pkgconfig.patch +++ b/media-sound/ripperx/files/ripperx-2.7.3-pkgconfig.patch @@ -1,5 +1,5 @@ ---- ripperX.pc.in -+++ ripperX.pc.in +--- a/ripperX.pc.in ++++ b/ripperX.pc.in @@ -1,6 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -- cgit v1.2.3