mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
27c5150c98
the warnings (it's easier, and a couple of the fixes were incorrect anyway). The next version of mpd will have these warnings fixed, at which time -Werror may be restored... though doing so is debatable in the first place.
12 lines
443 B
Plaintext
12 lines
443 B
Plaintext
--- src/Makefile.orig Thu Feb 25 22:18:47 1999
|
|
+++ src/Makefile Fri Apr 30 12:24:58 1999
|
|
@@ -69,7 +69,7 @@
|
|
|
|
MPD_VERSION!= echo -n "${VERSION} (`id -un`@`uname -n` `date +'%R %v'`)"
|
|
|
|
-COPTS+= -g -Wall -Wmissing-prototypes -Wnested-externs -Werror
|
|
+COPTS+= -g -Wall -Wmissing-prototypes -Wnested-externs
|
|
COPTS+= -DPATH_CONF_DIR=\"${MPD_CONF_DIR}\"
|
|
COPTS+= -DSYSLOG_FACILITY=${SYSLOG_FACILITY}
|
|
COPTS+= -DMPD_VERSION='"${MPD_VERSION}"'
|