summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-01-23 22:00:27 +0000
committerwiz <wiz@pkgsrc.org>2013-01-23 22:00:27 +0000
commitf9f44f08642a277e934a0bd0e11da1d7f7ab334b (patch)
treef211092a9d125473c6337561b92fc756a10f195f /editors
parent40783bb0b10826f71362634e4133ad03167a3de5 (diff)
downloadpkgsrc-f9f44f08642a277e934a0bd0e11da1d7f7ab334b.tar.gz
Add missing patches.
Diffstat (limited to 'editors')
-rw-r--r--editors/dhex/patches/patch-aa13
-rw-r--r--editors/dhex/patches/patch-ac14
2 files changed, 27 insertions, 0 deletions
diff --git a/editors/dhex/patches/patch-aa b/editors/dhex/patches/patch-aa
new file mode 100644
index 00000000000..e9084141cd0
--- /dev/null
+++ b/editors/dhex/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2013/01/23 22:00:27 wiz Exp $
+
+require NetBSD
+--- main.c.orig 2011-02-25 14:54:07.000000000 +0100
++++ main.c 2011-02-25 14:54:27.000000000 +0100
+@@ -469,6 +469,7 @@
+ output->win=initscr();
+ pairsinit(output);
+ noecho();
++ raw();
+ nodelay(output->win,1);
+ if (keyboardsetupreq) keyboardsetup(output,configfile);
+ readbuf(buf1,0);
diff --git a/editors/dhex/patches/patch-ac b/editors/dhex/patches/patch-ac
new file mode 100644
index 00000000000..de0b2306713
--- /dev/null
+++ b/editors/dhex/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2013/01/23 22:00:27 wiz Exp $
+
+disable one compiler flag
+--- Makefile.orig 2011-02-25 16:20:02.000000000 +0100
++++ Makefile 2011-02-25 16:21:03.000000000 +0100
+@@ -1,7 +1,7 @@
+ CC= gcc
+ LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses
+ CPPFLAGS= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses
+-CFLAGS= -O3 -Wall -std=c99
++CFLAGS= #-O3 -Wall -std=c99
+ #CFLAGS+= -ffunction-sections -fdata-sections
+ #LDFLAGS+= --gc-sections
+ LIBS= -lncurses