Created attachment 174415 [details] Patch libclc sets GNU_CONFIGURE while it doesn't really use GNU configure script. This leads to GNU configure related arguments incorrectly added to CONFIGURE_ARGS - this works by chance now, but breaks if --enable-silent-rules are added to CONFIGURE_ARGS. Fix that by removing GNU_CONFIGURE and adding --prefix to custom configure arguments.
@Dmitry These appear to be blanket (implicit approval, just fix it if well tested/QA'd) changes. Feel free to assign/commit/mfh
A commit references this bug: Author: amdmi3 Date: Fri Sep 9 19:25:30 UTC 2016 New revision: 421631 URL: https://svnweb.freebsd.org/changeset/ports/421631 Log: - Fix configure: this is not really a GNU configure Fixes build with --disable-silent-rules PR: 212412 Submitted by: amdmi3 Approved by: portmgr Changes: head/devel/libclc/Makefile