From 7fcfab2d22e8a2c8b9735e139591b68d99fe682e Mon Sep 17 00:00:00 2001 From: Stephen Hurd Date: Sun, 25 Jan 2015 20:03:32 +0000 Subject: Add patch to allow building with an external toolchain. PR: 196937 Submitted by: mikael.urankar@gmail.com --- comms/hamlib/files/patch-configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/hamlib/files/patch-configure.ac diff --git a/comms/hamlib/files/patch-configure.ac b/comms/hamlib/files/patch-configure.ac new file mode 100644 index 000000000000..b661a8a5dcd7 --- /dev/null +++ b/comms/hamlib/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2015-01-25 12:10:35 UTC ++++ configure.ac +@@ -278,7 +278,7 @@ BINDING_LIB_TARGETS="" + dnl Check if cxx-binding not wanted, default is to build it + + # TODO: check whether CXX is functional +-AC_CHECK_PROG(cf_with_cxx, "${CXX}", [yes], [no]) ++AC_PATH_PROG(cf_with_cxx, "${CXX}", [yes], [no]) + + AC_MSG_CHECKING(whether to build C++ binding and demo) + AC_ARG_WITH(cxx-binding, -- cgit v1.3