diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-19 14:01:58 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-19 14:01:58 +0000 |
commit | b4a404d35af075a544b26ae762b17620cc5668b9 (patch) | |
tree | ca04100d8a2932432cf6f6284e210b601924c454 /devel/libixp/files/patch-cmd_ixpc.c | |
parent | Fix duplicate PKGBASE (diff) |
Fix build with -fno-common
While here add the LICENSE information and move one variable to comply
with the canonical order.
Notes
Notes:
svn path=/head/; revision=548987
Diffstat (limited to 'devel/libixp/files/patch-cmd_ixpc.c')
-rw-r--r-- | devel/libixp/files/patch-cmd_ixpc.c | 10 |
1 files changed, 10 insertions, 0 deletions
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) { |