summaryrefslogtreecommitdiff
path: root/print/hplip/files/patch-dcheck.py
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-17 11:51:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-17 11:51:26 +0000
commit84946ab5849261b2cdd857f93d0eb1019a9c5436 (patch)
tree028fe1100e964a0009e90a95d9f54a2037ff1718 /print/hplip/files/patch-dcheck.py
parent- Update to 0.7.0. (diff)
- Move print/hplip3 to print/hplip
Approved by: Anish Mistry <amistry@am-productions.biz> (old maintainer)
Notes
Notes: svn path=/head/; revision=254487
Diffstat (limited to 'print/hplip/files/patch-dcheck.py')
-rw-r--r--print/hplip/files/patch-dcheck.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/hplip/files/patch-dcheck.py b/print/hplip/files/patch-dcheck.py
new file mode 100644
index 000000000000..d46ab1eba5ba
--- /dev/null
+++ b/print/hplip/files/patch-dcheck.py
@@ -0,0 +1,11 @@
+--- installer/dcheck.py.orig 2009-08-05 09:37:17.000000000 +1200
++++ installer/dcheck.py 2009-11-27 18:53:56.000000000 +1300
+@@ -46,7 +46,7 @@
+ def update_ld_output():
+ # For library checks
+ global ld_output
+- status, ld_output = utils.run('%s -p' % os.path.join(utils.which('ldconfig'), 'ldconfig'), log_output=False)
++ status, ld_output = utils.run('%s -r' % os.path.join(utils.which('ldconfig'), 'ldconfig'), log_output=False)
+
+ if status != 0:
+ log.debug("ldconfig failed.")