diff options
author | mph <mph@FreeBSD.org> | 1999-04-07 04:47:00 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-04-07 04:47:00 +0800 |
commit | ff5aad88dc4a20bf4e1ac2b8576af9235c40af68 (patch) | |
tree | 3d2691e72862d9d3cc84bec4c81300a9b27b466a /net-im/climm/files | |
parent | 3d0f90ba4ce2fbcd05fcac4342a7f450e398083d (diff) | |
download | freebsd-ports-gnome-ff5aad88dc4a20bf4e1ac2b8576af9235c40af68.tar.gz freebsd-ports-gnome-ff5aad88dc4a20bf4e1ac2b8576af9235c40af68.tar.zst freebsd-ports-gnome-ff5aad88dc4a20bf4e1ac2b8576af9235c40af68.zip |
Upgrade to 0.4.0.
Suggested by: R. Beasley <rbeasley@uberhacker.org>
Diffstat (limited to 'net-im/climm/files')
-rw-r--r-- | net-im/climm/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa index 811a1e28a735..627ccf57bd8b 100644 --- a/net-im/climm/files/patch-aa +++ b/net-im/climm/files/patch-aa @@ -1,13 +1,13 @@ ---- Makefile.orig Thu Dec 17 23:04:03 1998 -+++ Makefile Thu Jan 7 10:34:19 1999 +--- Makefile.orig Tue Apr 6 13:40:57 1999 ++++ Makefile Tue Apr 6 13:41:19 1999 @@ -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 = -O2 -Wall -DUNIX -DANSI_COLOR +-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR +#CC = gcc +CFLAGS += -DUNIX -DANSI_COLOR - # Uncomment the below line for humorous messages - #CFLAGS += -DFUNNY_MSGS - # uncomment the line below for debuging info + CFLAGS += -DUSE_MREADLINE + CFLAGS += -DENGLISH_LANG + #CFLAGS += -DBRAZIL_LANG |