diff options
Diffstat (limited to 'www/hypermail/patches/patch-ac')
-rw-r--r-- | www/hypermail/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/hypermail/patches/patch-ac b/www/hypermail/patches/patch-ac new file mode 100644 index 00000000000..3cef7639cd7 --- /dev/null +++ b/www/hypermail/patches/patch-ac @@ -0,0 +1,14 @@ +diff -r -u ../hypermail-orig/Makefile.in ./Makefile.in +--- Makefile.in Thu Aug 20 23:12:36 1998 ++++ Makefile.in Tue Jan 5 06:52:58 1988 +@@ -22,7 +22,7 @@ + # Compiler to use + CC=@CC@ + +-CFLAGS=@CFLAGS@ ++CFLAGS?=@CFLAGS@ + LDFLAGS=@LDFLAGS@ + + all: hypermail support + +diff -r -u ../hypermail-orig/configure ./configure |