summaryrefslogtreecommitdiff
path: root/games/xpilot/files/patch-a
blob: 3819af6e007262f3bb0a9510982164ddef662c2b (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
*** config.h.orig	Fri Jul 14 17:10:05 1995
--- config.h	Fri Jul 14 16:48:51 1995
***************
*** 46,52 ****
  #    define LIBPREFIX		"esv1$dkb400:[user.graduate.hjorring.lib.xpilot"
  #    define LIBDIR		LIBPREFIX "]"
  #else
! #    define LIBDIR		"/usr/local/games/lib/xpilot/"
  #endif
  #endif
  
--- 46,52 ----
  #    define LIBPREFIX		"esv1$dkb400:[user.graduate.hjorring.lib.xpilot"
  #    define LIBDIR		LIBPREFIX "]"
  #else
! #    define LIBDIR		"/usr/X11R6/lib/xpilot/"
  #endif
  #endif
  
*** Imakefile.orig	Fri Jul 14 16:59:25 1995
--- Imakefile	Fri Jul 14 17:05:00 1995
***************
*** 29,37 ****
  #
  # This is where all installation changes are normally done:
  #
! PREFIX = /usr/local/games
  INSTALLDIR = $(PREFIX)
! BINDIR = $(PREFIX)
  LIBDIR = $(PREFIX)/lib/xpilot
  
  # Manual pages for games usually go to section 6.
--- 29,37 ----
  #
  # This is where all installation changes are normally done:
  #
! PREFIX = /usr/X11R6
  INSTALLDIR = $(PREFIX)
! BINDIR = $(PREFIX)/bin
  LIBDIR = $(PREFIX)/lib/xpilot
  
  # Manual pages for games usually go to section 6.
***************
*** 147,153 ****
  
  /* Note that this doesn't really work well.  Dunno why.  Blame Alib & Aserver. */
  /* #define HP_SOUND			/* Uncomment for HP sound support */
! HPAUDIOINC = 
  HPAUDIOLIB = -lAlib
  
  /*
--- 147,153 ----
  
  /* Note that this doesn't really work well.  Dunno why.  Blame Alib & Aserver. */
  /* #define HP_SOUND			/* Uncomment for HP sound support */
! HPAUDIOINC =
  HPAUDIOLIB = -lAlib
  
  /*