summaryrefslogtreecommitdiff
path: root/audio/cam/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cam/patches/patch-ae')
-rw-r--r--audio/cam/patches/patch-ae16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/cam/patches/patch-ae b/audio/cam/patches/patch-ae
new file mode 100644
index 00000000000..5b7bda51cd0
--- /dev/null
+++ b/audio/cam/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2001/01/11 06:24:23 lukem Exp $
+
+--- /usr/pkgsrc/audio/cam/mycam/screens.c Thu Jan 11 10:05:44 2001
++++ ./screens.c Thu Jan 11 11:38:19 2001
+@@ -111,9 +111,9 @@
+ void init_screen(void)
+ {
+ stdscr = initscr();
+- if ( (COLS < 80) || (LINES < 25) ) {
++ if ( (COLS < 80) || (LINES < 24) ) {
+ finish(0);
+- fprintf(stderr,"The screensize has to be minimum 80x25\n");
++ fprintf(stderr,"The screensize has to be minimum 80x24\n");
+ exit(1);
+ }
+ curs_set(0);