aboutsummaryrefslogtreecommitdiffstats
path: root/audio/yammi
diff options
context:
space:
mode:
Diffstat (limited to 'audio/yammi')
-rw-r--r--audio/yammi/Makefile4
-rw-r--r--audio/yammi/files/patch-admin-acinclude.m4.in8
2 files changed, 10 insertions, 2 deletions
diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile
index 23af7f77e269..1f3dae7f7f4e 100644
--- a/audio/yammi/Makefile
+++ b/audio/yammi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= yammi
PORTVERSION= 1.2.3
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -21,7 +21,7 @@ OPTIONS= XMMS "XMMS backend support" off
USE_KDELIBS_VER= 3
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22
+USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gstreamer
diff --git a/audio/yammi/files/patch-admin-acinclude.m4.in b/audio/yammi/files/patch-admin-acinclude.m4.in
new file mode 100644
index 000000000000..3eb3f036f847
--- /dev/null
+++ b/audio/yammi/files/patch-admin-acinclude.m4.in
@@ -0,0 +1,8 @@
+--- admin/acinclude.m4.in.orig 2005-05-27 19:57:46.000000000 +0000
++++ admin/acinclude.m4.in 2010-06-14 10:32:13.000000000 +0000
+@@ -3106,4 +3106,4 @@
+ fi
+- AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
+ fi
++ AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
+ if test "$CXX" = "KCC"; then