aboutsummaryrefslogtreecommitdiff
path: root/multimedia/smpeg
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-03-07 11:27:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-03-07 11:27:00 +0000
commit2632a61e4572e36870afd7475e0cf2a9dc1999f2 (patch)
treeda19b094dedaf7a40896b3c6401e13884824ad70 /multimedia/smpeg
parent51a951522c63f4b4a013e03e312604dbd9af76f0 (diff)
downloadports-2632a61e4572e36870afd7475e0cf2a9dc1999f2.tar.gz
ports-2632a61e4572e36870afd7475e0cf2a9dc1999f2.zip
- 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
Notes
Notes: svn path=/head/; revision=347363
Diffstat (limited to 'multimedia/smpeg')
-rw-r--r--multimedia/smpeg/Makefile2
-rw-r--r--multimedia/smpeg/files/patch-smpeg.m411
2 files changed, 12 insertions, 1 deletions
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