summaryrefslogtreecommitdiff
path: root/src/devtools/lddd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/devtools/lddd.patch')
-rw-r--r--src/devtools/lddd.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/devtools/lddd.patch b/src/devtools/lddd.patch
deleted file mode 100644
index 6383aa4..0000000
--- a/src/devtools/lddd.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- lddd.in 2014-03-21 13:59:32.419634364 -0400
-+++ lddd.ugly 2014-03-21 14:21:31.538503947 -0400
-@@ -2,8 +2,25 @@
- #
- # lddd - find broken library links on your machine
- #
-+# License: Unspecified
-
--m4_include(lib/common.sh)
-+. "$(librelib messages)"
-+
-+usage() {
-+ print "Usage: %s [-h]" "${0##*/}"
-+ print "Find broken library links on your machine."
-+ echo
-+ prose 'Scans $PATH and library directories for ELF files with
-+ references to missing shared libraries.'
-+}
-+
-+if [[ $1 = '-h' ]]; then
-+ usage
-+ exit 0
-+elif [[ $# -gt 0 ]]; then
-+ usage >&2
-+ exit 1
-+fi
-
- ifs=$IFS
- IFS="${IFS}:"