diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-27 17:32:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-27 17:32:30 +0000 |
commit | 33959b7b0ffd0502d2b9671c190b11df1a67f741 (patch) | |
tree | 6c4b24e029a47c768f8f3205e3b4be816860b48c /audio/beast | |
parent | cce566565ccff93328ca8f6f0289567660652083 (diff) | |
download | ports-33959b7b0ffd0502d2b9671c190b11df1a67f741.tar.gz ports-33959b7b0ffd0502d2b9671c190b11df1a67f741.zip |
Notes
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/audio/beast/files/patch-configure b/audio/beast/files/patch-configure index f059d310df87..4483e08bbdf7 100644 --- a/audio/beast/files/patch-configure +++ b/audio/beast/files/patch-configure @@ -13,12 +13,3 @@ case "$enable_static" in -@@ -20267,7 +20263,7 @@ - if test "x$CATOBJEXT" = "x.mo" ; then - beastlocaledir=`eval echo "${libdir}/locale"` - else -- beastlocaledir=`eval echo "${datadir}/locale"` -+ beastlocaledir=`eval echo "${prefix}/share/locale"` - fi - exec_prefix="$saved_exec_prefix" - prefix="$saved_prefix" |