[Bug 212412] devel/libclc: fix build with --disable-silent-rules
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 6 13:30:08 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212412
Bug ID: 212412
Summary: devel/libclc: fix build with --disable-silent-rules
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: x11 at FreeBSD.org
Reporter: amdmi3 at FreeBSD.org
Assignee: x11 at FreeBSD.org
Flags: maintainer-feedback?(x11 at FreeBSD.org)
Created attachment 174415
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174415&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list