summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-18 17:30:52 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-18 17:30:52 +0000
commitad3d42a46c59f49ecf034e072514f35642d0695b (patch)
tree6a81082fb5d9d3ca6b24bf127eb498ba8234c643
parentRemove USE_AUTOCONF from default build, because it is only need for WITH_IPV6 (diff)
Add files forgotten in port update to version 0.65
Notes
Notes: svn path=/head/; revision=70414
-rw-r--r--net-p2p/dctc-gui/files/patch-src::callbacks.c12
-rw-r--r--net-p2p/dctc-gui/files/patch-src::init_fnc.c12
-rw-r--r--net/dctc-gui/files/patch-src::callbacks.c12
-rw-r--r--net/dctc-gui/files/patch-src::init_fnc.c12
4 files changed, 48 insertions, 0 deletions
diff --git a/net-p2p/dctc-gui/files/patch-src::callbacks.c b/net-p2p/dctc-gui/files/patch-src::callbacks.c
new file mode 100644
index 000000000000..3c0ad2c3e398
--- /dev/null
+++ b/net-p2p/dctc-gui/files/patch-src::callbacks.c
@@ -0,0 +1,12 @@
+--- src/callbacks.c.orig Sun Nov 17 21:18:28 2002
++++ src/callbacks.c Sun Nov 17 21:19:26 2002
+@@ -14,7 +14,8 @@
+ #include <dirent.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <gdk/gdk.h>
+-#include <linux/sem.h>
++#include <sys/ipc.h>
++#include <sys/sem.h>
+ #include <gnome.h>
+ #include <glib.h>
+ #include <time.h>
diff --git a/net-p2p/dctc-gui/files/patch-src::init_fnc.c b/net-p2p/dctc-gui/files/patch-src::init_fnc.c
new file mode 100644
index 000000000000..3eca24060609
--- /dev/null
+++ b/net-p2p/dctc-gui/files/patch-src::init_fnc.c
@@ -0,0 +1,12 @@
+--- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002
++++ src/init_fnc.c Sun Nov 17 21:20:39 2002
+@@ -12,7 +12,8 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+-#include <linux/sem.h> /* for the value of SEMVMX */
++#include <sys/ipc.h>
++#include <sys/sem.h> /* for the value of SEMVMX */
+ #include <dirent.h>
+ #include <string.h>
+ #include <errno.h>
diff --git a/net/dctc-gui/files/patch-src::callbacks.c b/net/dctc-gui/files/patch-src::callbacks.c
new file mode 100644
index 000000000000..3c0ad2c3e398
--- /dev/null
+++ b/net/dctc-gui/files/patch-src::callbacks.c
@@ -0,0 +1,12 @@
+--- src/callbacks.c.orig Sun Nov 17 21:18:28 2002
++++ src/callbacks.c Sun Nov 17 21:19:26 2002
+@@ -14,7 +14,8 @@
+ #include <dirent.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <gdk/gdk.h>
+-#include <linux/sem.h>
++#include <sys/ipc.h>
++#include <sys/sem.h>
+ #include <gnome.h>
+ #include <glib.h>
+ #include <time.h>
diff --git a/net/dctc-gui/files/patch-src::init_fnc.c b/net/dctc-gui/files/patch-src::init_fnc.c
new file mode 100644
index 000000000000..3eca24060609
--- /dev/null
+++ b/net/dctc-gui/files/patch-src::init_fnc.c
@@ -0,0 +1,12 @@
+--- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002
++++ src/init_fnc.c Sun Nov 17 21:20:39 2002
+@@ -12,7 +12,8 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+-#include <linux/sem.h> /* for the value of SEMVMX */
++#include <sys/ipc.h>
++#include <sys/sem.h> /* for the value of SEMVMX */
+ #include <dirent.h>
+ #include <string.h>
+ #include <errno.h>