From b4a404d35af075a544b26ae762b17620cc5668b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 19 Sep 2020 14:01:58 +0000 Subject: Fix build with -fno-common While here add the LICENSE information and move one variable to comply with the canonical order. --- devel/libixp/files/patch-cmd_ixpc.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/libixp/files/patch-cmd_ixpc.c (limited to 'devel/libixp/files/patch-cmd_ixpc.c') diff --git a/devel/libixp/files/patch-cmd_ixpc.c b/devel/libixp/files/patch-cmd_ixpc.c new file mode 100644 index 000000000000..1b8c7ce13133 --- /dev/null +++ b/devel/libixp/files/patch-cmd_ixpc.c @@ -0,0 +1,10 @@ +--- cmd/ixpc.c.orig 2008-09-21 03:39:51 UTC ++++ cmd/ixpc.c +@@ -14,6 +14,7 @@ + #define fatal(...) ixp_eprint("ixpc: fatal: " __VA_ARGS__); \ + + static IxpClient *client; ++char *argv0; + + static void + usage(void) { -- cgit v1.2.3