diff options
author | lioux <lioux@FreeBSD.org> | 2002-10-06 01:20:14 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-10-06 01:20:14 +0800 |
commit | 974f09989e971d930e0a670dfba35969df2c219a (patch) | |
tree | 99b7d092a429641ef23091664c8a4556e6f913b4 /net-p2p/dctc/files | |
parent | 9a0f14ff0be216c38ca86028504e96603fd3e0d8 (diff) | |
download | freebsd-ports-gnome-974f09989e971d930e0a670dfba35969df2c219a.tar.gz freebsd-ports-gnome-974f09989e971d930e0a670dfba35969df2c219a.tar.zst freebsd-ports-gnome-974f09989e971d930e0a670dfba35969df2c219a.zip |
o Update to 0.83.5
o Add hack to disable use of GNU auto* tools
Reviewed by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Diffstat (limited to 'net-p2p/dctc/files')
-rw-r--r-- | net-p2p/dctc/files/patch-src::main.c | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/net-p2p/dctc/files/patch-src::main.c b/net-p2p/dctc/files/patch-src::main.c index f3dbf9fc0e51..25a38d699d89 100644 --- a/net-p2p/dctc/files/patch-src::main.c +++ b/net-p2p/dctc/files/patch-src::main.c @@ -1,19 +1,6 @@ ---- src/main.c.orig Sun Aug 4 10:58:23 2002 -+++ src/main.c Sun Aug 4 11:00:57 2002 -@@ -34,7 +34,12 @@ - #include <sys/param.h> - #include <sys/utsname.h> - #include <sys/un.h> -+#if !(defined(BSD) && (BSD >= 199103)) - #include <linux/sem.h> /* for the value of SEMVMX */ -+#else -+#include <sys/ipc.h> -+#include <sys/sem.h> /* for the value of SEMVMX */ -+#endif - #include <errno.h> - #include <getopt.h> - #include <string.h> -@@ -1253,6 +1258,7 @@ +--- src/main.c.orig Sun Sep 29 14:07:48 2002 ++++ src/main.c Sun Sep 29 14:08:52 2002 +@@ -1269,6 +1269,7 @@ char *virtual_share_path=NULL; |