From 2227f61b11d6071eac7914f8e862d53708cd7b0b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 12 Oct 2008 11:58:21 +0000 Subject: [PATCH] Fix arpd compilation SVN-Revision: 12956 --- net/arpd/patches/004-no_dnet_config_check.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/arpd/patches/004-no_dnet_config_check.patch diff --git a/net/arpd/patches/004-no_dnet_config_check.patch b/net/arpd/patches/004-no_dnet_config_check.patch new file mode 100644 index 0000000000..ac876d3c5a --- /dev/null +++ b/net/arpd/patches/004-no_dnet_config_check.patch @@ -0,0 +1,13 @@ +diff -urN arpd/configure arpd.new/configure +--- arpd/configure 2003-02-09 19:31:28.000000000 +0100 ++++ arpd.new/configure 2008-10-12 14:23:35.000000000 +0200 +@@ -2170,8 +2170,7 @@ + DNETLIB="`$withval/bin/dnet-config --libs`" + else + { { echo "$as_me:2172: error: dnet-config not found in $withval/bin" >&5 +-echo "$as_me: error: dnet-config not found in $withval/bin" >&2;} +- { (exit 1); exit 1; }; } ++echo "$as_me: error: dnet-config not found in $withval/bin" >&2;} } + fi + ;; + esac -- 2.30.2