openbsd-ports/editors/ht/patches/patch-configure
margarida f1a907c992 Initial import of ht-0.7.1
--
HT is a file editor/viewer/analyzer for executables. 
The goal is to combine the low-level functionality of a debugger 
and the usability of IDEs.
Support includes the following file formats:
* Win32 portable executables (PE) (good support) 
* Unix executable and linkable format (ELF) (good support) 
* DOS standard executables (MZ) (supported) 
* Win32 linear executables (LE) (supported) 
* Windows/OS2 "new" executables (NE) (supported) 
* Unix common object file format (COFF) + DJGPP COFF (supported) 
* OS2 linear executables (LX) 
* M$ object files (.obj) 

WWW: http://hte.sourceforge.net/
2003-05-17 07:29:33 +00:00

13 lines
428 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2003/05/17 07:29:33 margarida Exp $
--- configure.orig Sun Oct 20 08:26:56 2002
+++ configure Fri May 16 19:11:02 2003
@@ -1122,7 +1122,7 @@ fi;
if test "x$enable_release" = "xyes"; then
FLAGS_ALL="-O2 -fomit-frame-pointer -Wall -fsigned-char"
else
- FLAGS_ALL="-g -O0 -Wall -fsigned-char"
+ FLAGS_ALL="${CFLAGS} -fsigned-char"
fi
if test "x$enable_profiling" = "xyes"; then