components/desktop/dbus/patches/dbus-04-m4.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 5888 09b82e3ff500
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

Patch migrated from Desktop, where it was listed as:
# date:2012-12-19 owner:Rohini S <[email protected]> type:bug

Solaris only patch - need to determine if we can find better fix

--- dbus-1.4.18/m4/libtool.m4-orig	2012-02-13 17:40:45.822749664 -0600
+++ dbus-1.4.18/m4/libtool.m4	2012-02-13 17:41:02.499016163 -0600
@@ -1471,13 +1471,13 @@ old_postuninstall_cmds=
 if test -n "$RANLIB"; then
   case $host_os in
   openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
     ;;
   *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
     ;;
   esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 fi
 
 case $host_os in