summaryrefslogtreecommitdiff
path: root/editors/dasher/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-29 13:11:49 +0000
committerjoerg <joerg>2006-11-29 13:11:49 +0000
commitb1be30050463c60e19445691d987933df9caddf4 (patch)
treecdf430c5ed8e9c410461d8e18f370657e45ff0af /editors/dasher/patches
parent1543eb5c7af5e2919051c3c6c2e3ea6ea595ff2e (diff)
downloadpkgsrc-b1be30050463c60e19445691d987933df9caddf4.tar.gz
Fix some more missing includes of unistd.h. Fix a long standing
problem with the build on DragonFly: /usr/libexec/binutils215/elf/ld: : No such file: No such file or directory is not a very helpful message to trace down to a spurious comma. I'm not sure how this built at all on other platforms.
Diffstat (limited to 'editors/dasher/patches')
-rw-r--r--editors/dasher/patches/patch-aa12
-rw-r--r--editors/dasher/patches/patch-ab12
-rw-r--r--editors/dasher/patches/patch-ac13
3 files changed, 37 insertions, 0 deletions
diff --git a/editors/dasher/patches/patch-aa b/editors/dasher/patches/patch-aa
new file mode 100644
index 00000000000..2e0fb8f6cc3
--- /dev/null
+++ b/editors/dasher/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2006/11/29 13:11:49 joerg Exp $
+
+--- Src/DasherCore/SocketInputBase.cpp.orig 2006-11-29 09:23:07.000000000 +0000
++++ Src/DasherCore/SocketInputBase.cpp
+@@ -11,6 +11,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <stdarg.h>
++#include <unistd.h>
+ #ifdef WIN32
+ #include <winsock2.h>
+ #define DASHER_SOCKET_CLOSE_FUNCTION closesocket
diff --git a/editors/dasher/patches/patch-ab b/editors/dasher/patches/patch-ab
new file mode 100644
index 00000000000..a7c6a79fa20
--- /dev/null
+++ b/editors/dasher/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2006/11/29 13:11:49 joerg Exp $
+
+--- Src/Gtk2/DasherControl.cpp.orig 2006-11-29 09:27:05.000000000 +0000
++++ Src/Gtk2/DasherControl.cpp
+@@ -8,6 +8,7 @@
+ #include "../DasherCore/WrapperFactory.h"
+
+ #include <fcntl.h>
++#include <unistd.h>
+
+ #include <gtk/gtk.h>
+ #include <gdk/gdk.h>
diff --git a/editors/dasher/patches/patch-ac b/editors/dasher/patches/patch-ac
new file mode 100644
index 00000000000..3da5cdc76b8
--- /dev/null
+++ b/editors/dasher/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/11/29 13:11:49 joerg Exp $
+
+--- configure.orig 2006-11-29 12:49:02.000000000 +0000
++++ configure
+@@ -23758,7 +23758,7 @@ GTK2BUILD_CFLAGS="$GTK2_CFLAGS $SETTINGS
+ if [ x"$WITHDARWIN" = xtrue ]; then
+ GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS"
+ else
+- GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS -Wl,--export-dynamic,"
++ GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS -Wl,--export-dynamic"
+ fi
+
+