mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/gimmix: Fix build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f09c236b92
commit
39934a83eb
2 changed files with 13 additions and 1 deletions
11
audio/gimmix/gimmix-0.5.7.2-fno-common.patch
Normal file
11
audio/gimmix/gimmix-0.5.7.2-fno-common.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/src/gimmix-playlist.c
|
||||
+++ b/src/gimmix-playlist.c
|
||||
@@ -60,7 +60,7 @@
|
||||
static gchar *invalid_dir_error = "You have specified an invalid music directory. Do you want to specify the correct music directory now ?";
|
||||
|
||||
GtkWidget *search_combo;
|
||||
-GtkWidget *search_entry;
|
||||
+extern GtkWidget *search_entry;
|
||||
GtkWidget *search_box;
|
||||
|
||||
static GtkWidget *gimmix_statusbar;
|
|
@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=gimmix
|
||||
VERSION=${VERSION:-0.5.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -62,6 +62,7 @@ find -L . \
|
|||
|
||||
# Fix curl includes.
|
||||
patch -p1 -i $CWD/gimmix-0.5.7.1-curl-headers.patch
|
||||
patch -p1 -i $CWD/gimmix-0.5.7.2-fno-common.patch
|
||||
|
||||
intltoolize
|
||||
|
||||
|
|
Loading…
Reference in a new issue