aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpd/files/patch-aa
blob: cf635386e2af6ca9cf999a95a7358beadde2aee6 (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
*** Makefile    Tue Apr 15 18:30:00 1997
--- /home/andy/tmp/wrk/Makefile Fri May 16 21:41:11 1997
***************
*** 7,19 ****
  #
  
  PROG=     mpd
! BINDIR?=  /usr/local/bin
  VERSION=  1.0b3
  STRIP=        -s
  
  # Default configuration directory
  
! MPD_CONF_DIR?=    /etc/ppp
  
  # Define supported physical layer types
  
--- 7,19 ----
  #
  
  PROG=     mpd
! BINDIR?=  ${PREFIX}/sbin
  VERSION=  1.0b3
  STRIP=        -s
  
  # Default configuration directory
  
! MPD_CONF_DIR?=    ${PREFIX}/etc/mpd
  
  # Define supported physical layer types
  
***************
*** 41,47 ****
  DPADD+=       ${LIBMD}
  
  COPTS+=       -O2
! COPTS+=       -g -Wall -Wmissing-prototypes -Wnested-externs
  COPTS+=       -DPATH_CONF_DIR=\"${MPD_CONF_DIR}\"
  
  # Change LOG_DAEMON to LOG_LOCAL3, or whatever, if you like
--- 41,47 ----
  DPADD+=       ${LIBMD}
  
  COPTS+=       -O2
! COPTS+=       -Wall -Wmissing-prototypes -Wnested-externs
  COPTS+=       -DPATH_CONF_DIR=\"${MPD_CONF_DIR}\"
  
  # Change LOG_DAEMON to LOG_LOCAL3, or whatever, if you like