openbsd-ports/editors/ht/patches/patch-configure

13 lines
413 B
Plaintext
Raw Normal View History

2013-06-16 13:52:55 +00:00
$OpenBSD: patch-configure,v 1.8 2013/06/16 13:52:55 benoit Exp $
--- configure.orig Sat Apr 6 01:32:12 2013
+++ configure Sun Jun 16 14:13:11 2013
@@ -2602,7 +2602,7 @@
if test "x$enable_maintainermode" = "xno"; then
if test "x$enable_release" = "xyes"; then
2013-06-16 13:52:55 +00:00
- default_user_CFLAGS="-O3 -Wall -fomit-frame-pointer"
+ default_user_CFLAGS="${CFLAGS}"
else
default_user_CFLAGS="-ggdb3 -O0 -Wall"
fi