From 2632a61e4572e36870afd7475e0cf2a9dc1999f2 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 7 Mar 2014 11:27:00 +0000 Subject: [PATCH] - Fix smpeg.m4 to remove annoying warning (warning: underquoted definition of AM_PATH_SMPEG) on each autotools invocation PR: 186765 Submitted by: amdmi3 Approved by: maintainer timeout --- multimedia/smpeg/Makefile | 2 +- multimedia/smpeg/files/patch-smpeg.m4 | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 multimedia/smpeg/files/patch-smpeg.m4 diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile index 4049df730910..c7e30baa0ff9 100644 --- a/multimedia/smpeg/Makefile +++ b/multimedia/smpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= smpeg PORTVERSION= 0.4.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ ${MASTER_SITE_GENTOO} diff --git a/multimedia/smpeg/files/patch-smpeg.m4 b/multimedia/smpeg/files/patch-smpeg.m4 new file mode 100644 index 000000000000..c652e6be110e --- /dev/null +++ b/multimedia/smpeg/files/patch-smpeg.m4 @@ -0,0 +1,11 @@ +--- smpeg.m4.orig 2001-04-05 00:28:14.000000000 +0400 ++++ smpeg.m4 2014-02-14 18:19:27.566113006 +0400 +@@ -10,7 +10,7 @@ + ACTION-IF-NOT-FOUND]]]) + dnl Test for SMPEG, and define SMPEG_CFLAGS and SMPEG_LIBS + dnl +-AC_DEFUN(AM_PATH_SMPEG, ++AC_DEFUN([AM_PATH_SMPEG], + [dnl + dnl Get the cflags and libraries from the smpeg-config script + dnl