pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/ne/patches Do not force -O optimisation
details: https://anonhg.NetBSD.org/pkgsrc/rev/d441b5e37d42
branches: trunk
changeset: 484130:d441b5e37d42
user: adam <adam%pkgsrc.org@localhost>
date: Thu Nov 25 15:12:56 2004 +0000
description:
Do not force -O optimisation
diffstat:
editors/ne/patches/patch-aa | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 05aa0bb2e9f9 -r d441b5e37d42 editors/ne/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/ne/patches/patch-aa Thu Nov 25 15:12:56 2004 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index