fix MODGNU_CONFIG_GUESS_DIRS

This commit is contained in:
naddy 2004-07-31 18:54:24 +00:00
parent 69bf66944f
commit c112e2210b
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2004/07/11 06:27:07 jolan Exp $
# $OpenBSD: Makefile,v 1.2 2004/07/31 18:54:24 naddy Exp $
# doesn't compile with gcc3
NOT_FOR_ARCHS= amd64 hppa sparc64
@ -40,6 +40,7 @@ MAKE_ENV+= CC="${CC}" \
FESTIVAL_BUILD_HOME="${FESTIVAL}"
CONFIGURE_STYLE=gnu
MODGNU_CONFIG_GUESS_DIRS=${SPEECH} ${FESTIVAL}
EXAMPLEDIR= ${PREFIX}/share/examples/festival
SHAREDIR= ${PREFIX}/lib/festival

View File

@ -1,4 +1,4 @@
#$OpenBSD: Makefile,v 1.6 2004/02/23 00:33:34 naddy Exp $
#$OpenBSD: Makefile,v 1.7 2004/07/31 18:54:24 naddy Exp $
CATEGORIES= audio
@ -12,6 +12,7 @@ MAINTAINER= Marc Espie <espie@openbsd.org>
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
# GPL
PERMIT_DISTFILES_CDROM=Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2004/01/27 20:19:13 sturm Exp $
# $OpenBSD: Makefile,v 1.8 2004/07/31 18:54:24 naddy Exp $
COMMENT= "audio file volume normalizer"
@ -30,6 +30,7 @@ CONFIGURE_ARGS= --disable-xmms \
--with-audiofile
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
LIB_DEPENDS= mad.2::audio/libmad \
audiofile::devel/libaudiofile