diff options
author | mph <mph@FreeBSD.org> | 1999-11-02 01:24:44 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-11-02 01:24:44 +0000 |
commit | 82b8a13a3820d62bddc6ceaca2453025b9431260 (patch) | |
tree | c4b4d240cd0957e7f694d1f88bfef6715a84668e /net-im/climm/files | |
parent | 82b34f9bb92a502b9b873e4694fd1c6b92a38f08 (diff) | |
download | FreeBSD-ports-82b8a13a3820d62bddc6ceaca2453025b9431260.zip FreeBSD-ports-82b8a13a3820d62bddc6ceaca2453025b9431260.tar.gz |
Upgrade to 0.4.2. I don't do ICQ, and can't test it. Yell if it
breaks.
Suggested by: "R. Beasley" <rbeasley@uberhacker.org>
Diffstat (limited to 'net-im/climm/files')
-rw-r--r-- | net-im/climm/files/patch-aa | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa index 926de76..c0a5159 100644 --- a/net-im/climm/files/patch-aa +++ b/net-im/climm/files/patch-aa @@ -1,24 +1,14 @@ ---- Makefile.orig Fri May 21 07:06:38 1999 -+++ Makefile Thu Jun 3 12:18:39 1999 -@@ -2,7 +2,8 @@ +--- Makefile.orig Sun Sep 12 18:42:33 1999 ++++ Makefile Mon Nov 1 17:19:29 1999 +@@ -1,8 +1,9 @@ + # 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 +-CC = gcc -CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR ++#CC = gcc +#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 + #CFLAGS += -DCOLOR_SCHEME_A |