Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 May 2016 14:21:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207110] net-p2p/bitcoin fails to build
Message-ID:  <bug-207110-13-lFPMZSBPmW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207110-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207110-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207110

--- Comment #24 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tijl
Date: Mon May  2 14:20:32 UTC 2016
New revision: 414450
URL: https://svnweb.freebsd.org/changeset/ports/414450

Log:
  Add OBJCXX and OBJCXXFLAGS to CONFIGURE_ENV.

  When compiled on Darwin bitcoin-qt needs two extra files that are written
  in ObjC++.  These aren't needed on FreeBSD but because of this the ObjC++
  compiler is used as linker instead of the C++ compiler.  Without defining
  OBJCXX clang may be used as C++ compiler while g++ is used as ObjC++
  compiler.  This may cause link problems.

  PR:           207110
  Submitted by: olexander.v.melnyk@gmail.com
  Approved by:  robbak@robbak.com (maintainer, via email)

Changes:
  head/net-p2p/bitcoin/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207110-13-lFPMZSBPmW>