Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 May 2016 12:41:41 +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-olepYAAY85@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 #22 from Tijl Coosemans <tijl@FreeBSD.org> ---
(In reply to olexander.v.melnyk from comment #21)
So configure does indeed look for an ObjC++ compiler and on your system it =
uses
g++ for that.  This is only used on Darwin to compile some files, but becau=
se
automake detects that it can be used to compile files it generates a
Makefile.in that also uses it to link the executable.  Your original patch =
is
correct, but I think it can be reduced to just this:

+CONFIGURE_ENV+=3D OBJCXX=3D"${CXX}" OBJCXXFLAGS=3D"${CXXFLAGS}"

Can you test this?

--=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-olepYAAY85>