freebsd-ports/net/mpd/files/patch-aa
Archie Cobbs 27c5150c98 Unbreak egcs compilation by removing -Werror flag instead of fixing all
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.
1999-04-30 19:31:17 +00:00

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}"'