aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-03-07 19:27:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-03-07 19:27:00 +0800
commit008e66cc98749ef27db5880a5847ea21b768de6e (patch)
treeda19b094dedaf7a40896b3c6401e13884824ad70 /multimedia
parentd157e98fc8eae1528e7fb4d059b866cf70d72abd (diff)
downloadfreebsd-ports-gnome-008e66cc98749ef27db5880a5847ea21b768de6e.tar.gz
freebsd-ports-gnome-008e66cc98749ef27db5880a5847ea21b768de6e.tar.zst
freebsd-ports-gnome-008e66cc98749ef27db5880a5847ea21b768de6e.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
Diffstat (limited to 'multimedia')
-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