summaryrefslogtreecommitdiff
path: root/editors/lyx-qt/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-05-09 08:02:29 +0000
committermartti <martti@pkgsrc.org>2003-05-09 08:02:29 +0000
commita21a32b1d974d46a88d9c37cf5ea9821269c225b (patch)
tree462b1202cf24eca96fc1582f1688a644d15970df /editors/lyx-qt/patches
parentbea151dcb185a7603388d1e0c4ba8b416a6cdbb8 (diff)
downloadpkgsrc-a21a32b1d974d46a88d9c37cf5ea9821269c225b.tar.gz
Updated lyx to 1.3.2
* the spellchecker code has been overhauled and many bugs have been squashed * many small bugs in the Qt frontend have been fixed * several languages now benefit from an improved translation of the user interface
Diffstat (limited to 'editors/lyx-qt/patches')
-rw-r--r--editors/lyx-qt/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/lyx-qt/patches/patch-ab b/editors/lyx-qt/patches/patch-ab
deleted file mode 100644
index fed63f135ea..00000000000
--- a/editors/lyx-qt/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/03/22 14:53:54 jmmv Exp $
-
---- boost/boost/integer_traits.hpp.orig 2003-02-20 17:08:39.000000000 +0100
-+++ boost/boost/integer_traits.hpp
-@@ -93,7 +93,7 @@ class integer_traits<wchar_t>
- #elif defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32__) || (defined(__BEOS__) && defined(__GNUC__))
- // No WCHAR_MIN and WCHAR_MAX, whar_t is short and unsigned:
- public detail::integer_traits_base<wchar_t, 0, 0xffff>
--#elif (defined(__sgi) && (!defined(__SGI_STL_PORT) || __SGI_STL_PORT < 0x400)) || (defined __APPLE__) || (defined(__FreeBSD__) && defined(__GNUC__)) || (defined(__OpenBSD__) && defined(__GNUC__)) || (defined(__hpux) && defined(__GNUC__) && (__GNUC__ == 3) && !defined(__SGI_STL_PORT))
-+#elif (defined(__sgi) && (!defined(__SGI_STL_PORT) || __SGI_STL_PORT < 0x400)) || (defined __APPLE__) || (defined(__FreeBSD__) && defined(__GNUC__)) || (defined(__OpenBSD__) && defined(__GNUC__)) || (defined(__hpux) && defined(__GNUC__) && (__GNUC__ == 3) && !defined(__SGI_STL_PORT)) || (defined(__NetBSD__) && defined(__GNUC__))
- // No WCHAR_MIN and WCHAR_MAX, wchar_t has the same range as int.
- // - SGI MIPSpro with native library
- // - gcc 3.x on HP-UX