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:
Andrew Clemons 2022-02-07 21:08:38 +13:00 committed by Willy Sudiarto Raharjo
parent f09c236b92
commit 39934a83eb
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 13 additions and 1 deletions

View 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;

View File

@ -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