* Updated to automake/autoconf/aclocal/a* 1.10.x, with the usual pains. I hope it builds for people other than me ... * Updated to a new included version of GNU gettext (0.16.1). * Made gentoo's start-up more friendly to GTK+, so that standard options supported by the toolkit (like --sync) work, now. * Added new Mexican Spanish translation. * Added a "Case" page to the RenameRE command, with options to easily convert filenames to all-lower or all-upper case. Far easier than manually entering all characters for "Map". Also refactored code of RenameRE quite a bit, it is shorter now. * Fixed bugs where the GTK+ event-flushing loop used in various places in the code generated a spurious error 11 ("Resource temporarily unavailable"). * Added a new setting ("Buffer Size for mmap()" under Commands/ Options/ViewText) that controls how much data is passed from the mmap()ed text file to the GTK+ text widget at a time. Before this release, this was always "all of it", which seems to cause problems sometimes. If you get an empty viewer when you try looking at a large-ish (>64 KB) text file and you use mmap(), lower this setting.
13 lines
291 B
Text
13 lines
291 B
Text
$NetBSD: patch-ab,v 1.6 2008/11/10 14:56:16 adam Exp $
|
|
|
|
--- configure.orig 2008-07-13 20:10:10.000000000 +0200
|
|
+++ configure
|
|
@@ -3416,7 +3416,7 @@ _ACEOF
|
|
|
|
GENTOO_CFLAGS="$GENTOO_CFLAGS -g -pg"
|
|
else
|
|
- GENTOO_CFLAGS="$GENTOO_CFLAGS -O2"
|
|
+ GENTOO_CFLAGS="$GENTOO_CFLAGS $CFLAGS"
|
|
fi
|
|
|
|
|