summaryrefslogtreecommitdiff
path: root/audio/tracker/files/patch-aa
blob: 465c66b9ba777d3aa0ac151ed84dd1566740fc16 (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
*** Makefile.orig	Fri Mar  3 16:16:46 1995
--- Makefile	Sun Mar  5 17:47:06 1995
***************
*** 11,17 ****
  #  hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, 
  #  soundblaster, aix, next.
  # gmake needed to handle this file in FreeBSD and NeXTStep
! MACHINE = sparc
  VERSION = 4.22
  
  # The name of your C compiler. For most machines this will be
--- 11,17 ----
  #  hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, 
  #  soundblaster, aix, next.
  # gmake needed to handle this file in FreeBSD and NeXTStep
! MACHINE = freebsd
  VERSION = 4.22
  
  # The name of your C compiler. For most machines this will be
***************
*** 23,29 ****
  # User interface type. Right now, this is Unix as there are no alternatives.
  UI = Unix/./
  
! PREFIX=/users/algo/espie/pub
  # Destination directory for tracker binaries and manpage.
  #
  # If you don't wish to use the 'make install' and 'make install.man'
--- 23,29 ----
  # User interface type. Right now, this is Unix as there are no alternatives.
  UI = Unix/./
  
! PREFIX=/usr/local
  # Destination directory for tracker binaries and manpage.
  #
  # If you don't wish to use the 'make install' and 'make install.man'
***************
*** 32,38 ****
  MAN_DIR = $(PREFIX)/man
  
  # Where to put the compression methods description
! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods
  
  # How to install the binaries and manpage. If you have a unix system,
  # use the GNU install program if you have it, otherwise try 'cp'. For
--- 32,38 ----
  MAN_DIR = $(PREFIX)/man
  
  # Where to put the compression methods description
! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods
  
  # How to install the binaries and manpage. If you have a unix system,
  # use the GNU install program if you have it, otherwise try 'cp'. For
***************
*** 53,60 ****
  #
  # If you don't wish to use the 'make install' and 'make install.man'
  # commands, you can ignore these.
! INST_BIN_OPT = -c -s -m 755 -o root -g root
! INST_MAN_OPT = -c -m 644 -o root -g root
  ###############################################################################
  #
  # C compiler flags and libraries for each machine.
--- 53,62 ----
  #
  # If you don't wish to use the 'make install' and 'make install.man'
  # commands, you can ignore these.
! #INST_BIN_OPT = -c -s -m 755 -o root -g root
! #INST_MAN_OPT = -c -m 644 -o root -g root
! INST_BIN_OPT = -c -s -m 555 -o bin -g bin
! INST_MAN_OPT = -c -m 644 -o bin -g bin
  ###############################################################################
  #
  # C compiler flags and libraries for each machine.