diff options
author | krion <krion@FreeBSD.org> | 2005-01-28 15:41:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-28 15:41:09 +0800 |
commit | 3331817356c379f079d958544cb98a91315c5552 (patch) | |
tree | bfd159bfa79abed43dd5c42a204a3b2074d4118e /x11-wm | |
parent | 330e86f84c3225765a2c13eb083e1986a6173bd9 (diff) | |
download | freebsd-ports-gnome-3331817356c379f079d958544cb98a91315c5552.tar.gz freebsd-ports-gnome-3331817356c379f079d958544cb98a91315c5552.tar.zst freebsd-ports-gnome-3331817356c379f079d958544cb98a91315c5552.zip |
Fix build on 4-x.
PR: ports/76768
Submitted by: Ports Fury
Diffstat (limited to 'x11-wm')
-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) |