diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /audio/yammi | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
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 |