diff options
Diffstat (limited to 'mail/milter-spamc/files/patch-aa')
-rw-r--r-- | mail/milter-spamc/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/milter-spamc/files/patch-aa b/mail/milter-spamc/files/patch-aa new file mode 100644 index 000000000000..a5d083339461 --- /dev/null +++ b/mail/milter-spamc/files/patch-aa @@ -0,0 +1,10 @@ +--- configure.orig Fri Jun 11 20:37:06 2004 ++++ configure Wed Jun 16 13:43:31 2004 +@@ -1617,6 +1617,6 @@ + COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<' + +- CFLAGS="$CFLAGS -pthread -fvolatile" ++ CFLAGS="$CFLAGS -Wall -fvolatile" + elif test "$OS" = 'SunOS'; then + # This used to be -I{}, but I've seen two different SunOS 5.8 + # systems in two different parts of the world with man pages |