Fix build when automake-1.9 is installed. add it to BUILD_DEPENDS, and

add gnu libtool too since it needs autofoo makros, and thus set
USE_LIBTOOL. Barf.
failure reported by jasper@
This commit is contained in:
landry 2011-01-21 10:23:43 +00:00
parent 9613b75ab6
commit 7453988da2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/19 22:45:32 landry Exp $
# $OpenBSD: Makefile,v 1.2 2011/01/21 10:23:43 landry Exp $
SHARED_ONLY = Yes
COMMENT = Unicode line breaking algorithm
@ -17,10 +17,14 @@ AUTOCONF_VERSION = 2.59
AUTOMAKE_VERSION = 1.9
MODULE+= gnu
USE_LIBTOOL = yes
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS}
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool #needs autotools makros
MAKE_ENV += AUTOCONF_VERSION=${AUTOCONF_VERSION}
MAKE_ENV += AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION}
CONFIGURE_ARGS = --disable-libthai