diff options
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/patches/patch-aa | 13 |
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) |