The autoconf2.14 dependency tracking does not work with MIPSpro, so
disable it.
This commit is contained in:
parent
1d301b6516
commit
e74257160b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.65 2006/06/07 21:11:55 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2007/03/18 22:07:52 rillig Exp $
|
||||
|
||||
DISTNAME= a2ps-4.13b
|
||||
PKGNAME= a2ps-4.13.0.2
|
||||
|
@ -29,6 +29,7 @@ GNU_CONFIGURE= YES
|
|||
CONFIGURE_ENV+= LPR=lpr
|
||||
CONFIGURE_ARGS+= --with-medium=${PAPERSIZE:Q}
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
CONFIGURE_ARGS+= --disable-dependency-tracking
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/a2ps
|
||||
CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg
|
||||
|
|
Loading…
Reference in a new issue