mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add files forgotten in port update to version 0.65
This commit is contained in:
parent
eacc468fd2
commit
ad3d42a46c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70414
4 changed files with 48 additions and 0 deletions
12
net-p2p/dctc-gui/files/patch-src::callbacks.c
Normal file
12
net-p2p/dctc-gui/files/patch-src::callbacks.c
Normal file
|
@ -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>
|
12
net-p2p/dctc-gui/files/patch-src::init_fnc.c
Normal file
12
net-p2p/dctc-gui/files/patch-src::init_fnc.c
Normal file
|
@ -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>
|
12
net/dctc-gui/files/patch-src::callbacks.c
Normal file
12
net/dctc-gui/files/patch-src::callbacks.c
Normal file
|
@ -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>
|
12
net/dctc-gui/files/patch-src::init_fnc.c
Normal file
12
net/dctc-gui/files/patch-src::init_fnc.c
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue