diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-10-27 15:27:36 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-10-27 15:27:36 +0000 |
commit | d4626fd9d4819c73a120c79d3d2bc158ac28eeb8 (patch) | |
tree | ea9b3ce756620d452c2c49157cacb62f0aa17379 /net/zebra/files | |
parent | 8ff34739723cc4f1ebcbd0946f9c96a2a3f8175f (diff) | |
download | ports-d4626fd9d4819c73a120c79d3d2bc158ac28eeb8.tar.gz ports-d4626fd9d4819c73a120c79d3d2bc158ac28eeb8.zip |
Notes
Diffstat (limited to 'net/zebra/files')
-rw-r--r-- | net/zebra/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/zebra/files/patch-configure b/net/zebra/files/patch-configure new file mode 100644 index 000000000000..f379a613abb0 --- /dev/null +++ b/net/zebra/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Nov 4 18:00:53 2003 ++++ configure Wed Oct 27 16:19:36 2004 +@@ -5669,6 +5669,8 @@ + zebra_ipforward_path="proc";; + "/dev/ip") + case "$host" in ++ *-freebsd*) IPFORWARD=ipforward_sysctl.o ++ zebra_ipforward_path="sysctl";; + *-linux-*) IPFORWARD=ipforward_proc.o + zebra_ipforward_path="proc";; + *-nec-sysv4*) IPFORWARD=ipforward_ews.o |