fd6988351f
Handing over maintainership to naito.yuichiro@gmail.com PR: 227374 Reported by: naito.yuichiro@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15063
11 lines
435 B
Text
11 lines
435 B
Text
--- libhb/module.defs.orig 2018-01-13 05:30:25 UTC
|
|
+++ libhb/module.defs
|
|
@@ -49,7 +49,7 @@ LIBHB.GCC.D += __LIBHB__ USE_PTHREAD
|
|
LIBHB.GCC.I += $(LIBHB.build/) $(CONTRIB.build/)include
|
|
|
|
ifeq ($(BUILD.system),freebsd)
|
|
- LIBHB.GCC.I += /usr/local/include/libxml2
|
|
+ LIBHB.GCC.I += $(LOCALBASE)/include/libxml2
|
|
else ifneq (,$(filter $(BUILD.system),darwin cygwin mingw))
|
|
LIBHB.GCC.I += $(CONTRIB.build/)include/libxml2
|
|
else
|