1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/net/mpd/files/patch-aa
Satoshi Asami 88717f97ae Multilink ppp daemon. Note this port is marked BROKEN for now; I can't
get it to compile on -current.  Will fix later.

PR:		3765
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-10 09:10:03 +00:00

49 lines
991 B
Plaintext

*** 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