From 74b2bb14df22fadabaeb01cf9a78c20df24c068e Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 15 Mar 2011 19:42:04 +0000 Subject: [PATCH] - comment left over debug flavor bits from brad ok laurent@ (MAINTAINER) --- x11/e17/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/e17/Makefile.inc b/x11/e17/Makefile.inc index 01722f4d515..db6fda785e9 100644 --- a/x11/e17/Makefile.inc +++ b/x11/e17/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2011/01/16 11:44:52 jasper Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2011/03/15 19:42:04 jasper Exp $ CATEGORIES ?= x11 @@ -24,6 +24,6 @@ NO_REGRESS ?= Yes #FLAVORS = debug #FLAVOR ?= #.if ${FLAVOR:L:Mdebug} -CFLAGS += -O0 -g -INSTALL_STRIP = +#CFLAGS += -O0 -g +#INSTALL_STRIP = #.endif