diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-10 13:21:50 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-10 13:21:50 +0000 |
commit | 444e47934f65124f9869d0f6597d7a4d448eff2e (patch) | |
tree | 0a8560d7de826dfd48a456b4e1a231e7a437414f /kde-base | |
parent | Drop unused patch. (diff) | |
download | gentoo-2-444e47934f65124f9869d0f6597d7a4d448eff2e.tar.gz gentoo-2-444e47934f65124f9869d0f6597d7a4d448eff2e.tar.bz2 gentoo-2-444e47934f65124f9869d0f6597d7a4d448eff2e.zip |
Drop unused patch.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kstars/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kstars/files/kstars-4.3.2-solaris.patch | 26 |
2 files changed, 5 insertions, 27 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index 622dd66338ef..93378670f6ef 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kstars # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.172 2010/08/09 17:34:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.173 2010/08/10 13:21:50 scarabeus Exp $ + + 10 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -files/kstars-4.3.2-solaris.patch: + Drop unused patch. 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> kstars-4.4.5.ebuild: Drop alpha ia64 and sparc per the AT Lead permission. diff --git a/kde-base/kstars/files/kstars-4.3.2-solaris.patch b/kde-base/kstars/files/kstars-4.3.2-solaris.patch deleted file mode 100644 index 4c5cfefdf904..000000000000 --- a/kde-base/kstars/files/kstars-4.3.2-solaris.patch +++ /dev/null @@ -1,26 +0,0 @@ -Desc: Fix compilation on Solaris with some defines. -Author: Heiko Przybyl <zuxez@cs.tu-berlin.de> ---- kstars-4.3.2/kstars/kstars/htmesh/SpatialGeneral.h.orig 2009-10-16 17:32:00.241610236 +0200 -+++ kstars-4.3.2/kstars/kstars/htmesh/SpatialGeneral.h 2009-10-16 17:32:36.949967839 +0200 -@@ -80,7 +80,7 @@ typedef unsigned long long uint64; - - // emulate the standard bool type where not supported by compiler - --# if !defined(SXGENERAL_H) && !defined(__sgi) && !defined(__linux__) && !defined(_WIN32) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) -+# if !defined(SXGENERAL_H) && !defined(__sgi) && !defined(__linux__) && !defined(_WIN32) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun) - # ifdef __unix__ - /* - * The following ifndef must ALWAYS be present since C++ may use ---- kstars-4.3.2/kstars/kstars/skycomponents/starcomponent.cpp.orig 2009-10-16 17:43:41.053792704 +0200 -+++ kstars-4.3.2/kstars/kstars/skycomponents/starcomponent.cpp 2009-10-16 17:44:40.365860457 +0200 -@@ -44,6 +44,10 @@ - #include <sys/endian.h> - #define bswap_16(x) bswap16(x) - #define bswap_32(x) bswap32(x) -+#elif defined(__sun) -+#include <sys/byteorder.h> -+#define bswap_16(x) BSWAP_16(x) -+#define bswap_32(x) BSWAP_32(x) - #else - #include <byteswap.h> - #endif |