ports/devel/libixp/files/patch-cmd_ixpc.c
Stefan Eßer b4a404d35a Fix build with -fno-common
While here add the LICENSE information and move one variable to comply
with the canonical order.
2020-09-19 14:01:58 +00:00

10 lines
213 B
C

--- 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) {