summaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-06-29 07:41:26 +0000
committerobache <obache@pkgsrc.org>2010-06-29 07:41:26 +0000
commitc72fcff5395df2bd7e19e4a76342141c112d4178 (patch)
tree94f98574f7ca9cf5170988f4fcc43efbd3786904 /net/wireshark
parentea561c5dd6d1047e1f68a4a755bc433f092fa3a8 (diff)
downloadpkgsrc-c72fcff5395df2bd7e19e4a76342141c112d4178.tar.gz
Add workaround for strance detection of yacc&lex.
It expected that ${YACC} and ${LEX} point to its name, not full path.
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index d6bdcf76fc1..de5fe579475 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -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