1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix libfame.m4 warnings

PR:		151203
Submitted by:	Grzegorz Blach
Feature safe:	yes
This commit is contained in:
Tilman Keskinoz 2011-01-28 12:50:21 +00:00
parent 7aea745c26
commit a9f576fedb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268331

View File

@ -8,7 +8,7 @@
PORTNAME= libfame
PORTVERSION= 0.9.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
@ -39,5 +39,8 @@ CONFIGURE_ARGS+= --disable-mmx
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} \
-e 's|AC_DEFUN(AM_PATH_LIBFAME|AC_DEFUN([AM_PATH_LIBFAME]|g' \
${WRKSRC}/libfame.m4 ${WRKSRC}/libfame.m4.in
.include <bsd.port.post.mk>