diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:10:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:10:03 +0000 |
commit | 88717f97ae79525855a7d669e48ec4266fcf3be6 (patch) | |
tree | c0678e3b6da3b407b4fd59e4c5f4101155b249f5 /net/mpd/files | |
parent | c8ba71189aa5b6a82e6ab2cf45d5e10937c17554 (diff) |
Notes
Diffstat (limited to 'net/mpd/files')
-rw-r--r-- | net/mpd/files/patch-aa | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/net/mpd/files/patch-aa b/net/mpd/files/patch-aa new file mode 100644 index 000000000000..cf635386e2af --- /dev/null +++ b/net/mpd/files/patch-aa @@ -0,0 +1,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 |