aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libfame
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2011-01-28 20:50:21 +0800
committerarved <arved@FreeBSD.org>2011-01-28 20:50:21 +0800
commit33ee4c30008334aad367c88fb03371f557079d72 (patch)
treefe7b6bc35267257d6affd61d2ea3323d43fd67cd /multimedia/libfame
parentae1464f9a1e8f3d070c9637435bacef5c1965c71 (diff)
downloadfreebsd-ports-gnome-33ee4c30008334aad367c88fb03371f557079d72.tar.gz
freebsd-ports-gnome-33ee4c30008334aad367c88fb03371f557079d72.tar.zst
freebsd-ports-gnome-33ee4c30008334aad367c88fb03371f557079d72.zip
Fix libfame.m4 warnings
PR: 151203 Submitted by: Grzegorz Blach Feature safe: yes
Diffstat (limited to 'multimedia/libfame')
-rw-r--r--multimedia/libfame/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/libfame/Makefile b/multimedia/libfame/Makefile
index b21f00097992..c1bb7bfbf045 100644
--- a/multimedia/libfame/Makefile
+++ b/multimedia/libfame/Makefile
@@ -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>