diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /audio/yammi | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'audio/yammi')
-rw-r--r-- | audio/yammi/Makefile | 4 | ||||
-rw-r--r-- | audio/yammi/files/patch-admin-acinclude.m4.in | 8 |
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 |