diff options
author | uichiro NAITO <naito.yuichiro@gmail.com> | 2023-01-13 09:27:01 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-14 17:20:41 +0000 |
commit | 915aa2b7638106156ba4d7946da44ef1b88ec3c3 (patch) | |
tree | 56de7ce2b7cee6e430d1ac0f285d0c08366b39df /multimedia/handbrake/files/patch-libhb_module.defs | |
parent | 0e2dea2d2cd1116cf374b530bac403d72604d3f2 (diff) |
Diffstat (limited to 'multimedia/handbrake/files/patch-libhb_module.defs')
-rw-r--r-- | multimedia/handbrake/files/patch-libhb_module.defs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/handbrake/files/patch-libhb_module.defs b/multimedia/handbrake/files/patch-libhb_module.defs deleted file mode 100644 index 43f46e6260c5..000000000000 --- a/multimedia/handbrake/files/patch-libhb_module.defs +++ /dev/null @@ -1,15 +0,0 @@ ---- libhb/module.defs.orig 2022-01-10 19:11:37 UTC -+++ libhb/module.defs -@@ -46,7 +46,11 @@ LIBHB.GCC.D += __LIBHB__ USE_PTHREAD - LIBHB.GCC.I += $(LIBHB.build/) $(CONTRIB.build/)include - - ifeq (1,$(FEATURE.qsv)) -- LIBHB.GCC.I += $(CONTRIB.build/)include/vpl -+ ifeq ($(HOST.system),freebsd)) -+ LIBHB.GCC.I += $(LOCALBASE)/include/vpl -+ else -+ LIBHB.GCC.I += $(CONTRIB.build/)include/vpl -+ endif - endif - - ifneq (,$(filter $(HOST.system),freebsd netbsd)) |