]> granicus.if.org Git - handbrake/commit
build: Remove GCC.I and GCC.L for FreeBSD.
authorYuichiro NAITO <naito.yuichiro@gmail.com>
Tue, 27 Nov 2018 13:45:43 +0000 (22:45 +0900)
committerBradley Sepos <bradley@bradleysepos.com>
Tue, 27 Nov 2018 13:56:15 +0000 (08:56 -0500)
commitfe9ecc0162219df12be08a7529df9486702d1938
tree3761fde1220c34ac0e87a31d8d6a5b0823829a09
parente6081d225f352e15ad6cb8752ae07b648758cb48
build: Remove GCC.I and GCC.L for FreeBSD.

It is too strong configuration that forces to search for the specific path first.
If contrib library (ex. x265) is installed from Ports, and Ports library
version is different from contrib, "GCC.I=/usr/local/include" look up Ports
library headers first and it can be different definitions from contrib headers.
We should look up contrib headers before Ports library headers.
libhb/module.defs
make/variant/freebsd.defs