summaryrefslogtreecommitdiff
path: root/games/crossfire-client/files/patch-aa
blob: d693a141c44fd0135217ab6312e54e892a447a75 (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
--- config/crosssite.def.orig	Sat Jan 25 12:16:24 1997
+++ config/crosssite.def	Sat Jan 25 12:20:45 1997
@@ -38,7 +38,7 @@
 
 /*
 #define XPM_PIX
-#define Xpm_LibDir /usr/local/lib/
+#define Xpm_LibDir /usr/X11R6/lib/
 */
 /* If your include files are someplace odd */
 /*#define Xpm_Include	/usr/local/include*/
@@ -70,13 +70,13 @@
  * This is a top root directory of all game staff as in UNIX-style
  * overall. 
  */
-#define CTop /home/sleipner/a/crossfire/crossfire
+#define CTop /usr/local/crossfire
 /* #define CTop /net/contrib/crossfire */
 /*#define CTop /usr/local/games/crossfire*/
 
 /* Binaries location If this is undefined, it default to the
    standard location for X binaries on your machine. */
-#define CBinDir Concat(CTop,/bin)
+#define CBinDir /usr/local/bin
 
 /* Libraries location If this is undefined it defaults to the
   standard location for X lib files/crossfire on your machine */
@@ -95,7 +95,8 @@
 /* Crossfire manual location If this is undefined it defaults to the
    standard location for manual pages on your machine.*/
 /* #define CManPath Concat(CTop,/man) */
-#define CManSuffix 6
+#define CManPath /usr/local/man
+/* #define CManSuffix 6 */
 
 
 /* Force CC to use the specified options instead of the default
@@ -104,7 +105,7 @@
  * any of the default compiler options for your machine.
  */
 /*define ForceCCOPTIONS -O -g -Wall */
-#undef ForceCCOPTIONS
+#define ForceCCOPTIONS -pipe -O2
 
 /* Extra_Flags are added onto the compilers default options.  Can be
  * quite useful if you just want to add another flag or two, and not
@@ -165,11 +166,9 @@
  * Default: Sound support off.
  */
 
-/*
 #define SoundEffects
 #define RPlayLibDir /usr/local/lib
 #define RPlayIncDir /usr/local/include
-*/
 
 /* define this if using OpenWindows as your enviroment. This only
  * needs to be set if the openwindows server you use is
@@ -207,7 +206,7 @@
  * awk on most other systems will be OK.
  */
 
-AWK = gawk
+AWK = awk
 
 /* Use debugged malloc?  I don't know if this exists on all machines/OS's,
  * but it does exist on SunOs 4.1.1.