From 43f6893fe1167d939e7680a470c3899922a35211 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 22 Mar 2004 18:08:29 +0000 Subject: Add HAVE_YACC=yes to configure environment. configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison). --- net/libIDL/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/libIDL') diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 67d040d1417..29c7e776d74 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/03/06 06:30:33 reed Exp $ +# $NetBSD: Makefile,v 1.24 2004/03/22 18:08:29 reed Exp $ # DISTNAME= libIDL-0.8.3 @@ -13,6 +13,7 @@ COMMENT= CORBA Interface Definition Language parser USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= lex yacc +CONFIGURE_ENV+= HAVE_YACC=yes USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in INFO_FILES= libIDL2.info -- cgit v1.2.3