[Bug 216944] restrict llvm dependency to only archs that support it in graphics/libGL/Makefile.common
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 9 17:53:49 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216944
Bug ID: 216944
Summary: restrict llvm dependency to only archs that support it
in graphics/libGL/Makefile.common
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: linimon at FreeBSD.org
Created attachment 179801
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179801&action=edit
patch to Makefile.common version 1
libGL and other ports that reference Makefile.common grew a dependency on llvm
via gallium as of r397198. However, various tier-2 archs do not yet support
llvm, in particular, sparc64 and mips64. (work for support on aarch64 is
ongoing).
This patch (version 1) conditionalizes the dependency to only certain archs.
I also tested version 2 which includes some refactoring. I merely include it
as WIP.
Both patches have been tested on armv6 and amd64 and seem to DTRT.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list