1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/yaunc/files/patch-ae
2001-04-15 01:04:07 +00:00

14 lines
496 B
Plaintext

--- Makefile.in.orig Sat Apr 14 19:35:14 2001
+++ Makefile.in Sat Apr 14 19:35:43 2001
@@ -83,8 +83,8 @@
# To tell automake that these should go in the tar
EXTRA_DIST = $(man_MANS) $(sysconf_DATA) TO-DO
-CFLAGS = @CFLAGS@ -Wall -Werror -DSYSCONFDIR=\"$(sysconfdir)\"
-LDFLAGS = @LDFLAGS@ -Wall -Werror
+CFLAGS = @CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\"
+LDFLAGS = @LDFLAGS@
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h