diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-28 15:41:09 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-28 15:41:09 +0800 |
commit | 53b61e06392502790eaa77436fc444edca9bb7e3 (patch) | |
tree | 8734a5ad6bc7a41c9bcc959f8c594067d02592a7 /x11-wm/wmconfig | |
parent | 2e19d1883b19050af8d1592b5c933230c35703ad (diff) | |
download | freebsd-ports-gnome-53b61e06392502790eaa77436fc444edca9bb7e3.tar.gz freebsd-ports-gnome-53b61e06392502790eaa77436fc444edca9bb7e3.tar.zst freebsd-ports-gnome-53b61e06392502790eaa77436fc444edca9bb7e3.zip |
Fix build on 4-x.
PR: ports/76768
Submitted by: Ports Fury
Diffstat (limited to 'x11-wm/wmconfig')
-rw-r--r-- | x11-wm/wmconfig/files/patch-amiwm.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/wmconfig/files/patch-amiwm.c b/x11-wm/wmconfig/files/patch-amiwm.c new file mode 100644 index 000000000000..3bc8d18ea9a0 --- /dev/null +++ b/x11-wm/wmconfig/files/patch-amiwm.c @@ -0,0 +1,13 @@ +--- amiwm.c.orig Wed Nov 17 23:01:30 2004 ++++ amiwm.c Thu Jan 27 00:04:07 2005 +@@ -40,9 +40,9 @@ + /* Amiwm seems to have no restart or quit function + and Amiwm requires that there's no ending & */ + if (! app->restart) { +- printf("ToolItem \"%s\" ", app->name); + char *b; + int l; ++ printf("ToolItem \"%s\" ", app->name); + b = app->exec; + l = strlen(b); + if (app->terminal) |