svn commit: r377901 - head/comms/hamlib/files

Stephen Hurd shurd at FreeBSD.org
Sun Jan 25 20:03:33 UTC 2015


Author: shurd
Date: Sun Jan 25 20:03:32 2015
New Revision: 377901
URL: https://svnweb.freebsd.org/changeset/ports/377901
QAT: https://qat.redports.org/buildarchive/r377901/

Log:
  Add patch to allow building with an external toolchain.
  
  PR:             196937
  Submitted by:   mikael.urankar at gmail.com

Added:
  head/comms/hamlib/files/patch-configure.ac   (contents, props changed)

Added: head/comms/hamlib/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/hamlib/files/patch-configure.ac	Sun Jan 25 20:03:32 2015	(r377901)
@@ -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,


More information about the svn-ports-all mailing list