summaryrefslogtreecommitdiff
path: root/games/xbl/files/patch-aa
blob: e157d714e51c5f341e0f88dfe422272170f4a659 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
*** Makefile.in.orig	Sun Jan 12 14:03:54 1997
--- Makefile.in	Sat Mar 21 01:46:43 1998
***************
*** 14,20 ****
  USE_SETGID=-DUSE_SETGID
  
  # group owner of games file
! GROUP_GID=2
  
  ###########################################################################
  # You don't need to read below if you have xmkmf or imake
--- 14,20 ----
  USE_SETGID=-DUSE_SETGID
  
  # group owner of games file
! GROUP_GID=13
  
  ###########################################################################
  # You don't need to read below if you have xmkmf or imake
***************
*** 29,54 ****
  # Directory who contain X Resource Database
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! RESOURCEDIR=/usr/lib/X11/app-defaults
  @XAPPLOADDIR@
  
  # Directory where install binary
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! BINDIR=/usr/local/bin
  @BINDIR@
  
  # Directory who contain score
  # Put your HOME if you have a private use of the game
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! SCOREDIR=/usr/local/lib/xbl
  @SCOREDIR@
  
  # Directory where put man pages.
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! MANPATH=/usr/local/man
  @MANPATH@
  
  ###########################################################################
--- 29,54 ----
  # Directory who contain X Resource Database
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! RESOURCEDIR=$(X11BASE)/lib/X11/app-defaults
  @XAPPLOADDIR@
  
  # Directory where install binary
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! BINDIR=$(PREFIX)/bin
  @BINDIR@
  
  # Directory who contain score
  # Put your HOME if you have a private use of the game
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! SCOREDIR=$(PREFIX)/lib/xbl
  @SCOREDIR@
  
  # Directory where put man pages.
  # The default value if overrided by configure if xmkmf or imake exists.
  #
! MANPATH=$(PREFIX)/man
  @MANPATH@
  
  ###########################################################################
***************
*** 82,88 ****
  
  # For linking (configure script will modify this line)
  # xmkmf et imake informations are take into account.
! LIBS = @LIBS@ -lm
  
  all:demo
  
--- 82,88 ----
  
  # For linking (configure script will modify this line)
  # xmkmf et imake informations are take into account.
! LIBS = @LIBS@ -lm -lcompat
  
  all:demo
  
***************
*** 127,146 ****
  	@-if [ "" != "$(USE_SETGID)" ] ; then \
  		echo "You use GID=$(GROUP_GID) protection" ; \
  		fi
! 	@echo "Type <Return> to continue installation"
! 	@echo "Type NO       to stop installation"
! 	@read LINE && test "" = "$$LINE"
  	#
  	# Remove old score file
  	#
  	@-if [ -d "$(SCOREDIR)" ] ; \
  		then \
! 		echo "The scoring method and speeds of Xbl had change" ; \
! 		echo "If your version is older than 0.2e, destroy score." ; \
! 		echo "Type <Return> to destroy old score files" ; \
! 		echo "Type NO       to hold old score files" ; \
! 		read LINE && test "" = "$$LINE" && rm $(SCOREDIR)/[1-9]* ; \
! 		exit 0 ; \
  		fi
  	#
  	# Install executable
--- 127,141 ----
  	@-if [ "" != "$(USE_SETGID)" ] ; then \
  		echo "You use GID=$(GROUP_GID) protection" ; \
  		fi
! #	@echo "Type <Return> to continue installation"
! #	@echo "Type NO       to stop installation"
! #	@read LINE && test "" = "$$LINE"
  	#
  	# Remove old score file
  	#
  	@-if [ -d "$(SCOREDIR)" ] ; \
  		then \
! 		rm $(SCOREDIR)/[1-9]* ; \
  		fi
  	#
  	# Install executable