mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c21cc4e428
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
23 lines
717 B
Text
23 lines
717 B
Text
opencomal needed a lot of patching to get it building & running on modern
|
|
Slackware. All these patches are by the SlackBuild author.
|
|
|
|
01-missing_includes.diff
|
|
#include <string.h>
|
|
|
|
02-vsprintf.diff
|
|
bizarre non-standards-compliant handling of vsprintf() causes immediate
|
|
segfault on startup, when it tries to print the banner.
|
|
|
|
03-fix_auto_segfault.diff
|
|
missing NULL check, causes segfault in 'auto' mode when a syntax error
|
|
is entered, followed by ^C.
|
|
|
|
04-mkdir.diff
|
|
fix the mkdir command so it actually reports errors.
|
|
|
|
05-sys_errlist.diff
|
|
fix deprecation warning.
|
|
|
|
06-noreturn.diff
|
|
squelch a bunch of spurious 'might be used uninitialized' warnings.
|
|
there are still a couple left, caveat emptor...
|