diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /net-im/climm/files/patch-aa | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'net-im/climm/files/patch-aa')
-rw-r--r-- | net-im/climm/files/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa deleted file mode 100644 index 926de765bbdc..000000000000 --- a/net-im/climm/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig Fri May 21 07:06:38 1999 -+++ Makefile Thu Jun 3 12:18:39 1999 -@@ -2,7 +2,8 @@ - # I have no clue but this appears to work fairly well - # be sure to use gmake - CC = gcc --CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR -+#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR -+CFLAGS += -Wall -DUNIX -DANSI_COLOR - CFLAGS += -DMAX_CONTACTS=255 - CFLAGS += -DUSE_MREADLINE - CFLAGS += -DENGLISH_LANG -@@ -16,9 +17,9 @@ - #CFLAGS += -DITALIAN_LANG - #CFLAGS += -DUKRAINIAN_LANG - # Uncomment the below line for humorous messages --CFLAGS += -DFUNNY_MSGS -+#CFLAGS += -DFUNNY_MSGS - # uncomment the line below for debuging info --CFLAGS += -g -+#CFLAGS += -g - CLIBS = - #uncomment the line below if your using Solaris - #CLIBS= -lnsl -lsocket |