freebsd-ports/editors/libreoffice/files/patch-configure.ac
2014-10-16 21:14:18 +00:00

10 lines
416 B
Text

--- configure.ac.orig 2014-09-16 16:10:41.000000000 -0400
+++ configure.ac 2014-10-08 20:58:07.000000000 -0400
@@ -73,6 +73,7 @@
cd "$rel" || AC_MSG_ERROR([absolute path resolution failed for "$rel".])
absolute_path="$(pwd)"
cd - &> /dev/null
+ cd "$BUILDDIR"
else
AC_MSG_ERROR([Failed to resolve absolute path. "$rel" does not exist or is not a directory.])
fi