openbsd-ports/productivity/workrave/patches/patch-configure
2007-11-12 22:05:41 +00:00

17 lines
610 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2007/11/12 22:05:41 jasper Exp $
--- configure.orig Fri Sep 14 22:25:06 2007
+++ configure Thu Nov 8 20:48:27 2007
@@ -2953,9 +2953,9 @@ if test "x$config_debug" = "xyes"; then
CXXFLAGS="${CXXFLAGS} -g -Wall -DGLIBCXX_FORCE_NEW -DGLIBCPP_FORCE_NEW"
LDFLAGS="${LDFLAGS} -g"
else
- CFLAGS="${CFLAGS} -Os -g -DNDEBUG"
- CXXFLAGS="${CXXFLAGS} -Os -g -DNDEBUG"
- LDFLAGS="${LDFLAGS} -g"
+ CFLAGS="${CFLAGS}"
+ CXXFLAGS="${CXXFLAGS}"
+ LDFLAGS="${LDFLAGS}"
fi
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5