--- /dev/null 2016-10-25 18:40:15.000000000 -0400 +++ devel/liborcus/files/patch-configure 2016-10-25 18:16:22.828609000 -0400 @@ -0,0 +1,18 @@ +--- configure.orig 2016-10-25 22:10:46 UTC ++++ configure +@@ -18336,13 +18336,13 @@ case $boost_cv_lib_program_options in #( + (no) $as_echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +- as_fn_error $? "cannot find the flags to link with Boost program_options" "$LINENO" 5 ++# as_fn_error $? "cannot find the flags to link with Boost program_options" "$LINENO" 5 + ;; + esac + BOOST_PROGRAM_OPTIONS_LDFLAGS=$boost_cv_lib_program_options_LDFLAGS + BOOST_PROGRAM_OPTIONS_LDPATH=$boost_cv_lib_program_options_LDPATH + BOOST_LDPATH=$boost_cv_lib_program_options_LDPATH +-BOOST_PROGRAM_OPTIONS_LIBS=$boost_cv_lib_program_options_LIBS ++BOOST_PROGRAM_OPTIONS_LIBS=-lboost_program_options + CPPFLAGS=$boost_save_CPPFLAGS + ac_ext=cpp + ac_cpp='$CXXCPP $CPPFLAGS'