diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-27 20:56:33 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-27 20:56:33 +0000 |
commit | 46cf5378aa0b7de86da9fa746560dbd37b494d59 (patch) | |
tree | b9db7769294e575dbffe4580a19696f76e1b3d97 /net-mail/vm-pop3d | |
parent | KEYWORDS for alpha (diff) | |
download | historical-46cf5378aa0b7de86da9fa746560dbd37b494d59.tar.gz historical-46cf5378aa0b7de86da9fa746560dbd37b494d59.tar.bz2 historical-46cf5378aa0b7de86da9fa746560dbd37b494d59.zip |
Committed missing diff
Diffstat (limited to 'net-mail/vm-pop3d')
-rw-r--r-- | net-mail/vm-pop3d/files/makefile.in.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mail/vm-pop3d/files/makefile.in.diff b/net-mail/vm-pop3d/files/makefile.in.diff new file mode 100644 index 000000000000..101bb2a22c39 --- /dev/null +++ b/net-mail/vm-pop3d/files/makefile.in.diff @@ -0,0 +1,12 @@ +diff -urN vm-pop3d-1.1.6/Makefile.in vm-pop3d-1.1.6-modified/Makefile.in +--- vm-pop3d-1.1.6/Makefile.in Thu Jan 17 15:27:28 2002 ++++ vm-pop3d-1.1.6-modified/Makefile.in Mon Sep 23 09:43:06 2002 +@@ -34,7 +34,7 @@ + LIBOBJS = @LIBOBJS@ + + ## doesn't compile with followimg -ansi option under BSD/OS +-CFLAGS = -g -O3 -Wall -pedantic -ansi ++CFLAGS = @CFLAGS@ -Wall -pedantic -ansi + LDFLAGS = + + prefix = @prefix@ |