diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2015-01-25 20:03:32 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2015-01-25 20:03:32 +0000 |
commit | 7fcfab2d22e8a2c8b9735e139591b68d99fe682e (patch) | |
tree | 4a218867993d727476af8d0e58fa292ad06c6266 /comms | |
parent | 44b29f60e6f59294d4c7abae3dc0d59c0a9194e4 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hamlib/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
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, |