Make translations work when GNOME support is enabled.
Beersponsored by: Alexandr Kovalenko <never@nevermind.kiev.ua>
This commit is contained in:
parent
e1385bfd3a
commit
9f0334ebf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59060
4 changed files with 24 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= xmms
|
||||
PORTVERSION= 1.2.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= audio
|
||||
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
|
||||
http://www.xmms.org/files/1.2.x/ \
|
||||
|
|
|
@ -1,8 +1,17 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Mon Mar 4 22:57:01 2002
|
||||
+++ configure Tue Mar 5 11:16:25 2002
|
||||
--- configure.orig Mon Mar 4 23:57:01 2002
|
||||
+++ configure Tue May 14 09:06:50 2002
|
||||
@@ -10576,7 +10576,7 @@
|
||||
GMSGFMT="OLD_PO_FILE_INPUT=yes $GMSGFMT"
|
||||
MSGFMT="OLD_PO_FILE_INPUT=yes $MSGFMT"
|
||||
|
||||
-localedir=${datadir}/locale
|
||||
+localedir=${prefix}/share/locale
|
||||
|
||||
|
||||
|
||||
@@ -12673,10 +12673,6 @@
|
||||
*) # Relative path.
|
||||
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= xmms
|
||||
PORTVERSION= 1.2.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= audio
|
||||
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
|
||||
http://www.xmms.org/files/1.2.x/ \
|
||||
|
|
|
@ -1,8 +1,17 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Mon Mar 4 22:57:01 2002
|
||||
+++ configure Tue Mar 5 11:16:25 2002
|
||||
--- configure.orig Mon Mar 4 23:57:01 2002
|
||||
+++ configure Tue May 14 09:06:50 2002
|
||||
@@ -10576,7 +10576,7 @@
|
||||
GMSGFMT="OLD_PO_FILE_INPUT=yes $GMSGFMT"
|
||||
MSGFMT="OLD_PO_FILE_INPUT=yes $MSGFMT"
|
||||
|
||||
-localedir=${datadir}/locale
|
||||
+localedir=${prefix}/share/locale
|
||||
|
||||
|
||||
|
||||
@@ -12673,10 +12673,6 @@
|
||||
*) # Relative path.
|
||||
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
||||
|
|
Loading…
Reference in a new issue