[Bug 223279] devel/boost-libs fails to build on powerpc64 since update to 1.65.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 10 03:28:46 UTC 2017


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

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

> +.if ${COMPILER_TYPE}==gcc

This should be CHOSEN_COMPILER_PATH in case USES=compiler switches from Clang
to GCC or vice versa. Maybe also avoid .if conditional to get rid of immediate
variable expansion e.g.,


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

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

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


More information about the freebsd-office mailing list