diff options
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 1 | ||||
-rw-r--r-- | audio/streamtuner/files/patch-configure | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 6b645524efde..92c2e6e93c93 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -7,6 +7,7 @@ PORTNAME= streamtuner PORTVERSION= 0.12.3 +PORTREVISION= 1 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/streamtuner/files/patch-configure b/audio/streamtuner/files/patch-configure new file mode 100644 index 000000000000..2e59bab0b65b --- /dev/null +++ b/audio/streamtuner/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Jun 20 18:00:57 2004 ++++ configure Sun Jun 20 18:01:19 2004 +@@ -20531,7 +20531,7 @@ + if test "x$CATOBJEXT" = "x.mo" ; then + localedir=`eval echo "${libdir}/locale"` + else +- localedir=`eval echo "${datadir}/locale"` ++ localedir=`eval echo "${prefix}/share/locale"` + fi + prefix="$glib_save_prefix" + exec_prefix="$glib_save_exec_prefix" |