From bc97f1a653b2481fba15b3aeb0cde17030a91435 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 25 Nov 2004 15:12:56 +0000 Subject: Do not force -O optimisation --- editors/ne/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editors/ne/patches/patch-aa (limited to 'editors') diff --git a/editors/ne/patches/patch-aa b/editors/ne/patches/patch-aa new file mode 100644 index 00000000000..2b1cb8a42b1 --- /dev/null +++ b/editors/ne/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2004/11/25 15:12:56 adam Exp $ + +--- OS_Make_NetBSD.orig 2004-11-25 16:00:47.000000000 +0000 ++++ OS_Make_NetBSD +@@ -2,7 +2,7 @@ + # Version for NetBSD using the cc compiler. + + FLAGS = CC=cc \ +- CFLAGS="-Dunixwinsz -DHAVE_TERMCAP -O" \ ++ CFLAGS="${CFLAGS} -Dunixwinsz -DHAVE_TERMCAP" \ + LIB_TERMINAL=-ltermcap + + newne:; @make -f BaseMake $(FLAGS) $(TARGET) -- cgit v1.2.3