openbsd-ports/editors/ht/patches/patch-configure
gonzalo edfd7e5444 Little update for 'ht', with some fixes:
- Fixed loading of 32 bit ELFs
	- Use wide ncurses if necessars
	- Show search progress in MiB
	- [x86] fixed a lot of small bugs
	- fixed a crash with the "follow" function on
	  invalid addresses in analyser
	- [x86] AVX updates
	- [x86] AVX2
	- [x86] BMI, BMI2 and TBM instructions
	- fixed loading of ELF files with no section headers

OK, benoit@ (maintainer), edd@, aja@
2012-04-15 18:38:53 +00:00

13 lines
459 B
Plaintext

$OpenBSD: patch-configure,v 1.6 2012/04/15 18:38:53 gonzalo Exp $
--- configure.orig Sat Mar 3 12:16:47 2012
+++ configure Fri Apr 13 09:49:30 2012
@@ -2571,7 +2571,7 @@ fi
if test "x$enable_maintainermode" = "xno"; then
if test "x$enable_release" = "xyes"; then
- FLAGS_ALL="-O3 -fomit-frame-pointer -Wall -fsigned-char"
+ FLAGS_ALL="${CFLAGS} -fomit-frame-pointer -Wall -fsigned-char"
else
FLAGS_ALL="-ggdb -g3 -O0 -Wall -fsigned-char"
fi