aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorshurd <shurd@FreeBSD.org>2015-01-26 04:03:32 +0800
committershurd <shurd@FreeBSD.org>2015-01-26 04:03:32 +0800
commit3956d13b8a09af0292333b33b34168cb9bdfc05f (patch)
tree4a218867993d727476af8d0e58fa292ad06c6266 /comms
parentb49511e3fb7ed59be6bc7591151af8ad6d2f7371 (diff)
downloadfreebsd-ports-gnome-3956d13b8a09af0292333b33b34168cb9bdfc05f.tar.gz
freebsd-ports-gnome-3956d13b8a09af0292333b33b34168cb9bdfc05f.tar.zst
freebsd-ports-gnome-3956d13b8a09af0292333b33b34168cb9bdfc05f.zip
Add patch to allow building with an external toolchain.
PR: 196937 Submitted by: mikael.urankar@gmail.com
Diffstat (limited to 'comms')
-rw-r--r--comms/hamlib/files/patch-configure.ac11
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,