View | Details | Raw Unified | Return to bug 132467
Collapse All | Expand All

(-)audio/tagtool/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	tagtool
8
PORTNAME=	tagtool
9
PORTVERSION=	0.12.3
9
PORTVERSION=	0.12.3
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
13
(-)audio/tagtool/files/patch-configure (+21 lines)
Line 0 Link Here
1
--- configure.orig	2007-02-28 05:34:14.000000000 +0900
2
+++ configure	2009-03-09 02:12:05.000000000 +0900
3
@@ -9044,8 +9044,10 @@
4
 
5
 glib_save_prefix="$prefix"
6
 glib_save_exec_prefix="$exec_prefix"
7
+glib_save_datarootdir="$datarootdir"
8
 test "x$prefix" = xNONE && prefix=$ac_default_prefix
9
 test "x$exec_prefix" = xNONE && exec_prefix=$prefix
10
+datarootdir=`eval echo "${datarootdir}"`
11
 if test "x$CATOBJEXT" = "x.mo" ; then
12
   localedir=`eval echo "${libdir}/locale"`
13
 else
14
@@ -9053,6 +9055,7 @@
15
 fi
16
 prefix="$glib_save_prefix"
17
 exec_prefix="$glib_save_exec_prefix"
18
+datarootdir="$glib_save_datarootdir"
19
 
20
 cat >>confdefs.h <<_ACEOF
21
 #define LOCALEDIR "$localedir"
(-)audio/tagtool/files/patch-src__main.c (+10 lines)
Line 0 Link Here
1
--- src/main.c.orig	2006-12-18 03:01:22.000000000 +0900
2
+++ src/main.c	2009-03-09 02:20:45.000000000 +0900
3
@@ -120,6 +120,7 @@
4
 		}
5
 	}
6
 
7
+	gtk_set_locale();
8
 	gtk_init(&argc, &argv);
9
 
10
 	if (argc > 1)

Return to bug 132467