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:
parent
51a951522c
commit
2632a61e45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347363
@ -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}
|
||||
|
11
multimedia/smpeg/files/patch-smpeg.m4
Normal file
11
multimedia/smpeg/files/patch-smpeg.m4
Normal 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
|
Loading…
Reference in New Issue
Block a user