diff options
Diffstat (limited to 'misc/diction/files/patch-ab')
-rw-r--r-- | misc/diction/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/diction/files/patch-ab b/misc/diction/files/patch-ab new file mode 100644 index 000000000000..79f686fdbee5 --- /dev/null +++ b/misc/diction/files/patch-ab @@ -0,0 +1,14 @@ +--- 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) |