spack/var/spack/repos/builtin/packages/gdbm/gdbm.patch
Sajid Ali 3fd3676fc0
gdbm patch (#19380)
* gdbm patching

* compiler name fix

* rename patch
2020-10-19 19:49:31 -05:00

12 lines
362 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- gdbm-1.18.1/src/parseopt.c 2018-05-30 03:39:15.000000000 -0600
+++ gdbm-1.18.1_new/src/parseopt.c 2020-04-30 10:29:52.869582500 -0600
@@ -255,8 +255,6 @@
}
char *parseopt_program_name;
-char *parseopt_program_doc;
-char *parseopt_program_args;
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
void (*parseopt_help_hook) (FILE *stream);