summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoradam <adam>2004-11-25 15:12:56 +0000
committeradam <adam>2004-11-25 15:12:56 +0000
commitac20260abe03d47cfc50432fe6e3586d8834d99e (patch)
tree668cbd374b4a1efa84978d904629b85fe7bb1b95 /editors
parentbf6a09d52040b37e5302820237c43081fd3565a7 (diff)
downloadpkgsrc-ac20260abe03d47cfc50432fe6e3586d8834d99e.tar.gz
Do not force -O optimisation
Diffstat (limited to 'editors')
-rw-r--r--editors/ne/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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)