1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- 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
This commit is contained in:
Dmitry Marakasov 2014-03-07 11:27:00 +00:00
parent 51a951522c
commit 2632a61e45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347363
2 changed files with 12 additions and 1 deletions

View File

@ -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}

View File

@ -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