Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2017 03:28:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 223279] devel/boost-libs fails to build on powerpc64 since update to 1.65.1
Message-ID:  <bug-223279-25061-xcQ5xyPNsK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223279-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223279-25061@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=3D223279

--- Comment #6 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 188669
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188669
Proposed fix

> +.if ${COMPILER_TYPE}=3D=3Dgcc

This should be CHOSEN_COMPILER_PATH in case USES=3Dcompiler switches from C=
lang
to GCC or vice versa. Maybe also avoid .if conditional to get rid of immedi=
ate
variable expansion e.g.,


  MAKE_ARGS+=3D   ${MAKE_ARGS_${CHOSEN_COMPILER_PATH}}
  MAKE_ARGS_gcc=3D        xdll-path=3D${_GCC_RUNTIME}

After that .include line changes will no longer be required.

--=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-223279-25061-xcQ5xyPNsK>