Index: head/comms/hamlib/files/patch-configure.ac =================================================================== --- head/comms/hamlib/files/patch-configure.ac (nonexistent) +++ head/comms/hamlib/files/patch-configure.ac (revision 377901) @@ -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, Property changes on: head/comms/hamlib/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property