1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

net/quagga: fix build error messages related to vtysh/extract.pl

Approved by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
This commit is contained in:
Kurt Jaeger 2014-06-15 07:26:48 +00:00
parent 25eef83f62
commit 9a6f59ccd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357833

View File

@ -0,0 +1,11 @@
--- vtysh/extract.pl.in-orig 2014-06-14 21:41:20.000000000 +0200
+++ vtysh/extract.pl.in 2014-06-14 21:41:44.000000000 +0200
@@ -63,7 +63,7 @@
foreach (@ARGV) {
$file = $_;
- open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_builddir@/lib -I@top_srcdir@/isisd/topology @CPPFLAGS@ $file |");
+ open (FH, "@CPP@ -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I@top_builddir@ -I@srcdir@/ -I@srcdir@/.. -I@top_srcdir@/lib -I@top_builddir@/lib -I/usr/local/include -I@top_srcdir@/isisd/topology @CPPFLAGS@ $file |");
local $/; undef $/;
$line = <FH>;
close (FH);