ports/archivers/sharutils/files/patch-src_unshar.c
Renato Botelho 61a1313619 archivers/sharutils: Fix build with -fno-common
Sponsored by:	Rubicon Communications, LLC (Netgate)
2020-08-28 17:41:34 +00:00

11 lines
205 B
C

--- src/unshar.c.orig 2020-08-28 17:03:20 UTC
+++ src/unshar.c
@@ -32,6 +32,8 @@
#include "xgetcwd.h"
+char const * const program_name = "unshar";
+
/*
* FIXME: actually configure this stuff:
*/