1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/diction/files/patch-ab
Maxim Sobolev a4b7ce27a1 - Update to version 0.9.
PR:		23626
Submitted by:	Ports Furry
2000-12-19 08:17:41 +00:00

15 lines
408 B
Plaintext

--- configure.in.orig Tue May 16 03:08:09 2000
+++ configure.in Tue Dec 19 00:26:35 2000
@@ -19,11 +19,6 @@
fi
AC_PROG_CC
-if test "$GCC" = yes
-then
- CFLAGS="${CFLAGS} ${PIPE}-Wmissing-prototypes -Wstrict-prototypes -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)