summaryrefslogtreecommitdiff
path: root/net/mpd/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpd/files/patch-aa')
-rw-r--r--net/mpd/files/patch-aa39
1 files changed, 5 insertions, 34 deletions
diff --git a/net/mpd/files/patch-aa b/net/mpd/files/patch-aa
index cf635386e2af..2ec003e51012 100644
--- a/net/mpd/files/patch-aa
+++ b/net/mpd/files/patch-aa
@@ -1,27 +1,15 @@
-*** Makefile Tue Apr 15 18:30:00 1997
---- /home/andy/tmp/wrk/Makefile Fri May 16 21:41:11 1997
+*** Makefile Mon Aug 18 02:12:35 1997
+--- /home/andy/tmp/wrk/Makefile Wed Sep 10 13:06:30 1997
***************
-*** 7,19 ****
- #
-
- PROG= mpd
-! BINDIR?= /usr/local/bin
- VERSION= 1.0b3
- STRIP= -s
+*** 15,21 ****
# Default configuration directory
-! MPD_CONF_DIR?= /etc/ppp
+! MPD_CONF_DIR?= ${PREFIX}/etc/ppp
# Define supported physical layer types
---- 7,19 ----
- #
-
- PROG= mpd
-! BINDIR?= ${PREFIX}/sbin
- VERSION= 1.0b3
- STRIP= -s
+--- 15,21 ----
# Default configuration directory
@@ -29,20 +17,3 @@
# 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