FreeBSD Bugzilla – Attachment 78936 Details for
Bug 113468
print/acroread7 - PATCH (dirty workaround) - acroread shell script produces error when $version is empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 449 bytes, created by
freebsd
on 2007-06-08 03:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
freebsd
Created:
2007-06-08 03:20:02 UTC
Size:
449 bytes
patch
obsolete
>--- acroread.old Fri Jan 5 14:56:39 2007 >+++ acroread Thu Jun 7 16:59:05 2007 >@@ -479,6 +479,15 @@ > for ifile in `/sbin/ldconfig -p|grep "libgtk-x11-2.0.so$"|sed 's/.*[ \t]*=>[ \t]*\(.*\)/\1/g' 2>/dev/null`; do > version=`get_gtk_file_ver "$ifile"` > >+ case "$version" in >+ "" ) >+ return 0 >+ ;; >+ >+ *) >+ ;; >+ esac >+ > while [ ${#version} -gt ${#base_version} ]; do > base_version="${base_version}0" > done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 113468
: 78936