--- multimedia/libbluray/files/XXXpatch-configure.ORIG 2018-02-18 21:19:30.759469000 +0100 +++ multimedia/libbluray/files/patch-configure 2018-02-18 21:19:13.692288000 +0100 @@ -0,0 +1,38 @@ +--- ./configure.ORIG 2017-12-03 16:27:38.000000000 +0100 ++++ ./configure 2018-02-18 21:17:42.764565000 +0100 +@@ -631,7 +631,7 @@ + # include + #endif" + +-ac_subst_vars='PACKAGES ++ac_subst_vars='DEP_PACKAGES + am__EXEEXT_FALSE + am__EXEEXT_TRUE + LTLIBOBJS +@@ -13280,7 +13280,7 @@ + $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h + + fi +- PACKAGES="$PACKAGES libxml-2.0" ++ DEP_PACKAGES="$DEP_PACKAGES libxml-2.0" + + fi + +@@ -13379,7 +13379,7 @@ + $as_echo "#define HAVE_FT2 1" >>confdefs.h + + fi +- PACKAGES="$PACKAGES freetype2" ++ DEP_PACKAGES="$DEP_PACKAGES freetype2" + + if test "${SYS}" != "mingw32"; then : + +@@ -13478,7 +13478,7 @@ + $as_echo "#define HAVE_FONTCONFIG 1" >>confdefs.h + + fi +- PACKAGES="$PACKAGES fontconfig" ++ DEP_PACKAGES="$DEP_PACKAGES fontconfig" + + fi + --- multimedia/libbluray/files/XXXpatch-Makefile.in.ORIG 2018-02-18 21:19:30.759545000 +0100 +++ multimedia/libbluray/files/patch-Makefile.in 2018-02-18 21:19:02.717514000 +0100 @@ -0,0 +1,11 @@ +--- ./Makefile.in.ORIG 2018-02-18 21:11:52.666584000 +0100 ++++ ./Makefile.in 2018-02-18 21:17:56.179065000 +0100 +@@ -656,7 +656,7 @@ + OTOOL = @OTOOL@ + OTOOL64 = @OTOOL64@ + PACKAGE = @PACKAGE@ +-PACKAGES = @PACKAGES@ ++DEP_PACKAGES = @DEP_PACKAGES@ + PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ + PACKAGE_NAME = @PACKAGE_NAME@ + PACKAGE_STRING = @PACKAGE_STRING@ --- multimedia/libbluray/files/XXXpatch-src-libbluray.pc.in.ORIG 2018-02-18 21:23:44.576463000 +0100 +++ multimedia/libbluray/files/patch-src-libbluray.pc.in 2018-02-18 21:23:36.674448000 +0100 @@ -0,0 +1,9 @@ +--- ./src/libbluray.pc.in.ORIG 2017-12-03 16:25:55.000000000 +0100 ++++ ./src/libbluray.pc.in 2018-02-18 21:23:13.083359000 +0100 +@@ -8,5 +8,5 @@ + Version: @PACKAGE_VERSION@ + Libs: -L${libdir} -lbluray + Libs.private: @DLOPEN_LIBS@ @FONTCONFIG_LIBS@ +-Requires.private: @PACKAGES@ ++Requires.private: @DEP_PACKAGES@ + Cflags: -I${includedir}