diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-27 15:58:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-27 15:58:52 +0000 |
commit | 4ef07d396ea4911e4be5f529b38cf1676a6cb092 (patch) | |
tree | d9800f6da102f7aea310e5e5e4cd08b332e1c2f1 /ftp/wmget/files/patch-configure.c | |
parent | Remove hashes of unused Fortran, Objective-C and Java distfiles. (diff) |
Add wmget 0.5.0,
wmget is a dock app for the GNU Window Maker window manager
which makes it more convenient to perform long downloads in the
background.
PR: ports/61736
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes:
svn path=/head/; revision=99276
Diffstat (limited to 'ftp/wmget/files/patch-configure.c')
-rw-r--r-- | ftp/wmget/files/patch-configure.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/wmget/files/patch-configure.c b/ftp/wmget/files/patch-configure.c new file mode 100644 index 000000000000..843c35d64603 --- /dev/null +++ b/ftp/wmget/files/patch-configure.c @@ -0,0 +1,10 @@ +--- configure.c.orig Mon Jan 5 18:16:22 2004 ++++ configure.c Mon Jan 5 18:16:32 2004 +@@ -30,7 +30,6 @@ + */ + + #include <string.h> +-#include <malloc.h> + #include <ctype.h> + #include <getopt.h> + #include <stdlib.h> |