diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-15 07:26:48 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-15 07:26:48 +0000 |
commit | 9a6f59ccd5db8d1018f0970fc5fd6a05b183769a (patch) | |
tree | 65f068e93ad28e99a2de8bff28339e7278d567e0 /net/quagga | |
parent | 25eef83f62066271e88446db07c4ce170a78df0a (diff) |
Notes
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/files/patch-vtysh-extract | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/quagga/files/patch-vtysh-extract b/net/quagga/files/patch-vtysh-extract new file mode 100644 index 000000000000..cf8e0042f433 --- /dev/null +++ b/net/quagga/files/patch-vtysh-extract @@ -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); |