diff options
author | drochner <drochner@pkgsrc.org> | 2007-04-11 18:19:42 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-04-11 18:19:42 +0000 |
commit | ff7164ff75653ed2437b60ac28562390c9470c5f (patch) | |
tree | 2d04a89b279f7d2cc7c116b4ffa0ae262e99f28a /editors/dasher/patches | |
parent | 0511e6234d29a87d267dbe02af885a7fe27c0010 (diff) | |
download | pkgsrc-ff7164ff75653ed2437b60ac28562390c9470c5f.tar.gz |
update to 4.4.1
changes:
This moves this pkg to the new stable gnome branch, too much to list here.
Diffstat (limited to 'editors/dasher/patches')
-rw-r--r-- | editors/dasher/patches/patch-aa | 12 | ||||
-rw-r--r-- | editors/dasher/patches/patch-ac | 13 |
2 files changed, 0 insertions, 25 deletions
diff --git a/editors/dasher/patches/patch-aa b/editors/dasher/patches/patch-aa deleted file mode 100644 index 2e0fb8f6cc3..00000000000 --- a/editors/dasher/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$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-ac b/editors/dasher/patches/patch-ac deleted file mode 100644 index 3da5cdc76b8..00000000000 --- a/editors/dasher/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$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 - - |