freebsd-ports/misc/diction/files/patch-ab
David W. Chapman Jr. 8a6d7cc386 Update to 1.01
PR:		30043
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-24 23:34:28 +00:00

14 lines
462 B
Text

--- configure.in.orig Tue Aug 7 02:12:03 2001
+++ configure.in Fri Aug 24 21:09:23 2001
@@ -19,11 +19,6 @@
fi
AC_PROG_CC
-if test "$GCC" = yes
-then
- CFLAGS="${CFLAGS} ${PIPE}-Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common"
- LDFLAGS='-g'
-fi
AC_PROG_INSTALL
AC_CHECK_FUNCS(strerror)