From 7442cec6bfd724711865596ae5b44a57a143e403 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 8 Mar 1999 21:55:04 +0000 Subject: Make sure $objformat is expanded before it goes out of scope. --- devel/gnu-libtool/files/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/gnu-libtool') diff --git a/devel/gnu-libtool/files/patch-ac b/devel/gnu-libtool/files/patch-ac index 2761d1e8c835..fc686d6e785d 100644 --- a/devel/gnu-libtool/files/patch-ac +++ b/devel/gnu-libtool/files/patch-ac @@ -20,7 +20,7 @@ + version_type=freebsd-$objformat library_names_spec='${libname}${release}.so.$versuffix $libname.so' - finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir' ++ finish_cmds="PATH=\"\$PATH:/sbin\" OBJFORMAT=$objformat ldconfig -m \$libdir" shlibpath_var=LD_LIBRARY_PATH ;; -- cgit