From cdb624f787ce02e19aa30eeb500fc71e99959f5e Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Thu, 25 Aug 2022 17:01:34 +0200 Subject: Forgot to commit the patch. modified: deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch --- .../deadbeef-lyricbar-makefile.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch') diff --git a/deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch b/deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch index d738689..3b070d7 100644 --- a/deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch +++ b/deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch @@ -1,15 +1,15 @@ -diff -u -r -N deadbeef-lyricbar/Makefile deadbeef-lyricbar-patched/Makefile ---- deadbeef-lyricbar/Makefile 2019-01-26 07:15:48.094070816 +0100 -+++ deadbeef-lyricbar-patched/Makefile 2019-01-26 07:23:44.715782959 +0100 +diff '--color=auto' -u -r -N deadbeef-lyricbar/Makefile deadbeef-lyricbar-makefile/Makefile +--- deadbeef-lyricbar/Makefile 2022-08-25 16:57:00.514143174 +0200 ++++ deadbeef-lyricbar-makefile/Makefile 2022-08-25 16:56:46.485115039 +0200 @@ -1,5 +1,5 @@ -CFLAGS+=-std=c99 -Wall -O2 -D_GNU_SOURCE -fPIC -fvisibility=hidden -flto -CXXFLAGS+=-std=c++14 -Wall -O2 -fPIC -fvisibility=hidden -flto +CFLAGS+=-std=c99 -Wall $(COPTS) -D_GNU_SOURCE -fPIC -fvisibility=hidden -flto +CXXFLAGS+=-std=c++14 -Wall $(CXXOPTS) -fPIC -fvisibility=hidden -flto - LIBFLAGS=`pkg-config --cflags libxml++-3.0 $(GTKMM) $(GTK)` - LIBS=`pkg-config --libs libxml++-3.0 $(GTKMM) $(GTK)` - -@@ -32,7 +32,7 @@ + LIBFLAGS=`pkg-config --cflags $(GTKMM) $(GTK)` + LIBS=`pkg-config --libs $(GTKMM) $(GTK)` + LDFLAGS+=-flto +@@ -33,7 +33,7 @@ install: install -d $(prefix)/lib/deadbeef install -d $(prefix)/share/locale/ru/LC_MESSAGES -- cgit v1.2.3-70-g09d2