[Bug 207110] net-p2p/bitcoin fails to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 2 14:21:10 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207110

--- Comment #24 from commit-hook at 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 at gmail.com
  Approved by:  robbak at robbak.com (maintainer, via email)

Changes:
  head/net-p2p/bitcoin/Makefile

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


More information about the freebsd-ports-bugs mailing list