Switch those back to use an autoconf version that's actually known to
produce working results (ie not 2.65). Use 2.64 at brad's request. ok ajacoutot@ sthen@
This commit is contained in:
parent
1247fd64da
commit
fe14c11641
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/19 08:58:18 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/01/18 11:37:40 landry Exp $
|
||||
|
||||
COMMENT= library and toolset to operate arrays of data
|
||||
|
||||
@ -23,7 +23,8 @@ WANTLIB= c m pthread
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.65
|
||||
# Should be 2.65
|
||||
AUTOCONF_VERSION= 2.64
|
||||
|
||||
# Workaround for a known issue with the
|
||||
# PowerPC AltiVec backend.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/11/19 07:23:13 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/01/18 11:37:40 landry Exp $
|
||||
|
||||
COMMENT = ffmpeg element for GStreamer
|
||||
|
||||
@ -13,7 +13,8 @@ LIB_DEPENDS = $P/core>=0.10 \
|
||||
$P/plugins-base \
|
||||
graphics/ffmpeg>=20080620p10
|
||||
|
||||
AUTOCONF_VERSION = 2.65
|
||||
# Should be 2.65
|
||||
AUTOCONF_VERSION = 2.64
|
||||
|
||||
MODULES += devel/gettext
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/19 08:58:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2011/01/18 11:37:40 landry Exp $
|
||||
|
||||
COMMENT= high-speed Dirac codec
|
||||
|
||||
@ -23,6 +23,7 @@ LIB_DEPENDS= orc->=0.4.11:devel/orc
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.65
|
||||
# Should be 2.65
|
||||
AUTOCONF_VERSION= 2.64
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user