diff options
author | Deposite Pirate | 2022-08-25 17:01:34 +0200 |
---|---|---|
committer | Deposite Pirate | 2022-08-25 17:01:34 +0200 |
commit | cdb624f787ce02e19aa30eeb500fc71e99959f5e (patch) | |
tree | dff4535aa991dc7a81853e8ce4dd7f3d0d0d4821 | |
parent | a2ee4177e99d4ed9963ffa9f8e52f7aeeb248289 (diff) |
Forgot to commit the patch.
modified: deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch
-rw-r--r-- | deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch | 14 |
1 files changed, 7 insertions, 7 deletions
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 |