diff options
author | mph <mph@FreeBSD.org> | 1998-10-26 17:58:30 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-10-26 17:58:30 +0000 |
commit | 261a44b603d5c7856239bf985fae2ba966309920 (patch) | |
tree | dd88d7f148823a2bfdbe301e911d90d83527ac1e /net-im/climm/files | |
parent | 25db4133d558766451cd5cfb063010cc954032d7 (diff) | |
download | FreeBSD-ports-261a44b603d5c7856239bf985fae2ba966309920.zip FreeBSD-ports-261a44b603d5c7856239bf985fae2ba966309920.tar.gz |
Upgrade to 981011.
PR: 8398
Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
Diffstat (limited to 'net-im/climm/files')
-rw-r--r-- | net-im/climm/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa index 88df178..cbd4721 100644 --- a/net-im/climm/files/patch-aa +++ b/net-im/climm/files/patch-aa @@ -1,13 +1,13 @@ ---- Makefile.orig Sat Jun 27 13:25:53 1998 -+++ Makefile Sat Jun 27 13:26:38 1998 +--- Makefile.orig Sun Oct 11 06:55:43 1998 ++++ Makefile Mon Oct 26 08:22:40 1998 @@ -1,8 +1,8 @@ # Anyone who knows how to make Makefiles please help out. # I have no clue but this appears to work fairly well # be sure to use gmake -CC = gcc --CFLAGS = -Wall -DUNIX +-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR +# CC = gcc -+CFLAGS += -DUNIX ++CFLAGS += -DUNIX -DANSI_COLOR # Uncomment the below line for humorous messages #CFLAGS += -DFUNNY_MSGS # uncomment the line below for debuging info |