summaryrefslogtreecommitdiff
path: root/sysutils/vcp/files/patch-copyall.c
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2022-11-07 20:05:30 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-11-08 17:40:20 +0100
commitda3273f7c3c3f577dbaba14c06c689a81113a949 (patch)
tree6c0e01d654a2dfc9a16b0b37a6610ccb160176fe /sysutils/vcp/files/patch-copyall.c
parentx11-wm/icewm: fix invalid paths in desktop files (diff)
sysutils/vcp: Unbreak and set maintainer
* fix build with -fno-common * simplify Makefile * remove outdated WWW * fix plist and install Polish man page * fix bug when char is unsigned * mirror distfile on my own site for redundancy * take maintainership over this unmaintained port PR: 267595 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (build fix)
Diffstat (limited to 'sysutils/vcp/files/patch-copyall.c')
-rw-r--r--sysutils/vcp/files/patch-copyall.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/vcp/files/patch-copyall.c b/sysutils/vcp/files/patch-copyall.c
new file mode 100644
index 000000000000..da2650efebf1
--- /dev/null
+++ b/sysutils/vcp/files/patch-copyall.c
@@ -0,0 +1,13 @@
+--- copyall.c.orig 2022-11-06 12:59:04 UTC
++++ copyall.c
+@@ -16,10 +16,6 @@
+ #include "copy.h"
+ #include "screen.h"
+
+-#ifndef _POSIX_SOURCE
+-#define st_mtime st_mtimespec.tv_sec
+-#endif
+-
+ int copyall(char *args[],int fts_opt,int type) {
+ FTS *ftsarg;
+ FTSENT *ftsf;