summaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-06-29 07:41:26 +0000
committerobache <obache>2010-06-29 07:41:26 +0000
commit981145dd3adf8852014ddaace1a35e6deb40b8fa (patch)
tree94f98574f7ca9cf5170988f4fcc43efbd3786904 /net/wireshark/Makefile
parente1bae7e86009a87e0bb14a77441f902e70fec5e1 (diff)
downloadpkgsrc-981145dd3adf8852014ddaace1a35e6deb40b8fa.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/Makefile')
-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