master chld/ports-heresy / lib / libvpx / configure-sh.patch
 1--- build/make/configure.sh
 2+++ build/build/make/configure.sh
 3@@ -732,9 +732,6 @@
 4   prefix="${prefix%/}"
 5   libdir="${libdir:-${prefix}/lib}"
 6   libdir="${libdir%/}"
 7-  if [ "${libdir#${prefix}}" = "${libdir}" ]; then
 8-    die "Libdir ${libdir} must be a subdirectory of ${prefix}"
 9-  fi
10 }
11 
12 post_process_cmdline() {