diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-14 06:21:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-14 06:21:23 +0000 |
commit | 9f0334ebf938294752717a886f1434494c93a1ed (patch) | |
tree | e2d8f0298f76c8a23fd6b1faac5d441bc025dc8f /audio/xmms | |
parent | add cflow2vcg 0.4 (diff) |
Make translations work when GNOME support is enabled.
Beersponsored by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Notes
Notes:
svn path=/head/; revision=59060
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms/files/patch-ad | 13 |
2 files changed, 12 insertions, 2 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index abc31b58bbf6..39d1f821fb3d 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -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/ \ diff --git a/audio/xmms/files/patch-ad b/audio/xmms/files/patch-ad index 8165afa05d2e..d99ef6ded3a6 100644 --- a/audio/xmms/files/patch-ad +++ b/audio/xmms/files/patch-ad @@ -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" ;; |