summaryrefslogtreecommitdiff
path: root/x11/qrash/files/patch-ab
blob: 86cc14c4061483f9eb13cdda64a9986697aead68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- configure.orig	Wed Sep 24 11:50:18 1997
+++ configure	Thu Jun 15 10:25:16 2000
@@ -9,7 +9,7 @@
 echo "what CPU has your box inside?"
 echo "1) i386-compatible"
 echo "2) none of the above"
-read cpu
+cpu=1
 case $cpu in
   1)	echo "CPU=_g" > options ;
 	echo "CXXFLAGS += -Di386" >> options ;;
@@ -32,7 +32,7 @@
 echo "3) Vesa (dos only)"
 #echo "4) Win32 DirectDraw"
 #echo "5) OS/2 DIVE"
-read gfx
+gfx=2
 case $gfx in
   1)	echo "GFX=vga" >> options ;
 	echo "LIBS += -lvga" >> options ;;
@@ -68,7 +68,7 @@
 echo "10) none of the above"
 #echo "11) Win32"
 #echo "12) OS/2"
-read snd
+snd=1
 case $snd in
   1)	echo "CXXFLAGS += -DLINUX" >> options ;
 	echo "DRIVER=vox" >> options ;;