Add workaround for strance detection of yacc&lex.

It expected that ${YACC} and ${LEX} point to its name, not full path.
This commit is contained in:
obache 2010-06-29 07:41:26 +00:00
parent ea561c5dd6
commit c72fcff539

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.48 2010/06/27 11:20:18 obache Exp $
# $NetBSD: Makefile,v 1.49 2010/06/29 07:41:26 obache Exp $
DISTNAME= wireshark-1.2.9
PKGREVISION= 1
@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
CONFIGURE_ENV+= ac_cv_path_YACCDUMMY=${TOOLS_PATH.yacc}
CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex}
PTHREAD_OPTS+= require