Work around hidden libtool dependency.

Problem reported by Charlie Brown <charlie@c237627-f.moline1.il.home.com>.
This commit is contained in:
naddy 2001-03-28 12:11:18 +00:00
parent 0d35a51ad3
commit 4fdc6a77b8
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2001/03/25 22:04:07 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2001/03/28 12:11:18 naddy Exp $
COMMENT= "portable audio output library"
DISTNAME= libao-0.6.0
@ -52,6 +52,8 @@ MAKE_FLAGS= PLUGINS='${PLUGINS}'
FAKE_FLAGS= ${MAKE_FLAGS} DESTDIR=${WRKINST}
post-patch:
@cd ${WRKSRC} && automake -i
@cd ${WRKSRC} && \
touch aclocal.m4 configure.in && \
automake -i
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2001/03/25 22:04:11 naddy Exp $
# $OpenBSD: Makefile,v 1.4 2001/03/28 12:11:19 naddy Exp $
COMMENT= "play, encode, and manage Ogg Vorbis files"
DISTNAME= vorbis-tools-1.0beta4
@ -25,6 +25,9 @@ CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} \
--with-vorbis-dir=${LOCALBASE}/lib \
--with-ao-prefix=${LOCALBASE}
post-patch:
@cd ${WRKSRC} && touch acinlude.m4 aclocal.m4 configure.in
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vorbis-tools
${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \