1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/mpd/files/patch-aa
Steve Price 979ac27216 Update to version 1.0 beta 5.
PR:		7947
Submitted by:	maintainer
1998-09-19 22:45:44 +00:00

20 lines
435 B
Plaintext

--- Makefile Wed Sep 9 07:12:26 1998
+++ /home/andy/tmp/wrk/Makefile Wed Sep 16 17:26:34 1998
@@ -15,7 +15,7 @@
# Default configuration directory
-MPD_CONF_DIR?= ${PREFIX}/etc/ppp
+MPD_CONF_DIR?= ${PREFIX}/etc/mpd
# Define supported physical layer types
@@ -42,7 +42,6 @@
LDADD+= -lmd
DPADD+= ${LIBMD}
-COPTS+= -O2
COPTS+= -Wall -Wmissing-prototypes -Wnested-externs
COPTS+= -DPATH_CONF_DIR=\"${MPD_CONF_DIR}\"