summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-06-10 12:09:22 +0000
committermarkd <markd@pkgsrc.org>2004-06-10 12:09:22 +0000
commitf54936166170119efab68fc4939618533daf8be4 (patch)
tree200d496ccf8f6371de033cb426bb5bcd52a3ab3c /net/kdenetwork3/patches
parentc7dec1084f1f5a2522b669d8bf82ba401cc2b971 (diff)
downloadpkgsrc-f54936166170119efab68fc4939618533daf8be4.tar.gz
update to kde 3.2.3
changes: * kppp: Fix flow control for non-English users * kppp: Added /dev/ttyS4 device. Custom devices still cannot be set unfortunately. * kget: Fix filesize display for files > 2GB * kopete: Don't add temporary Yahoo! contacts to the serverside list. * kopete: Kopete doesn't save settings when exiting KDE * kopete: Close button doesn't close application when the system tray is disabled * kopete: Ignoring incoming IRC conversations crashes Kopete * kopete: Avoid using libpng if no image is present * kopete: When I type more than one space in a row, Kopete sends the characters "&nbsp" * kopete: Yahoo won't connect with correct password on AMD64
Diffstat (limited to 'net/kdenetwork3/patches')
-rw-r--r--net/kdenetwork3/patches/patch-aa28
1 files changed, 26 insertions, 2 deletions
diff --git a/net/kdenetwork3/patches/patch-aa b/net/kdenetwork3/patches/patch-aa
index 1c05aebc578..307ef14d0eb 100644
--- a/net/kdenetwork3/patches/patch-aa
+++ b/net/kdenetwork3/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.11 2004/04/20 13:02:56 markd Exp $
+$NetBSD: patch-aa,v 1.12 2004/06/10 12:09:22 markd Exp $
---- configure.orig 2004-04-06 02:51:22.000000000 +1200
+--- configure.orig 2004-06-01 02:06:53.000000000 +1200
+++ configure
@@ -26504,72 +26504,6 @@ _ACEOF
@@ -75,3 +75,27 @@ $NetBSD: patch-aa,v 1.11 2004/04/20 13:02:56 markd Exp $
# darwin needs this to initialize the environment
for ac_header in crt_externs.h
+@@ -36391,12 +36325,12 @@ LIBS="$ac_save_LIBS"
+ CXXFLAGS="$ac_save_CXXFLAGS"
+
+ if test "$use_libgadu_copy" = "yes"; then
+- cp ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.in,}
++ cp ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.in ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h
+ if test "$ac_cv_c_bigendian" = "yes"; then
+
+ sed -e "s/#undef __GG_LIBGADU_BIGENDIAN/#define __GG_LIBGADU_BIGENDIAN/" \
+ ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h > ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1
+-mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.1,}
++mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1 ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h
+
+ fi
+
+@@ -36489,7 +36423,7 @@ fi
+
+ sed -e "s/#undef __GG_LIBGADU_HAVE_LONG_LONG/#define __GG_LIBGADU_HAVE_LONG_LONG/" \
+ ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h > ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1
+-mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h{.1,}
++mv ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.1 ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h
+
+ fi
+