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 | 48d79218e128a9f1b3c92e7eb651083bd52b92b0 (patch) | |
tree | c52aaccbcbd793cf5b87cfca50260d05c4f982d3 | |
parent | KEYWORDS for alpha (diff) | |
download | gentoo-2-48d79218e128a9f1b3c92e7eb651083bd52b92b0.tar.gz gentoo-2-48d79218e128a9f1b3c92e7eb651083bd52b92b0.tar.bz2 gentoo-2-48d79218e128a9f1b3c92e7eb651083bd52b92b0.zip |
Committed missing diff
-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@ |