diff options
author | mph <mph@FreeBSD.org> | 1998-06-28 11:22:37 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-28 11:22:37 +0800 |
commit | 8d2ae5243188cf02eca5b81b62f2fe724b763e32 (patch) | |
tree | 6e588a4573854ecef0d04b9f3e900020bcfe13ac /net-im/climm/files | |
parent | 855132898ba6fbfbdfa10f93d4f8a9dc22a43b34 (diff) | |
download | freebsd-ports-gnome-8d2ae5243188cf02eca5b81b62f2fe724b763e32.tar.gz freebsd-ports-gnome-8d2ae5243188cf02eca5b81b62f2fe724b763e32.tar.zst freebsd-ports-gnome-8d2ae5243188cf02eca5b81b62f2fe724b763e32.zip |
Import of micq (26 June 1998), a free implementation of the ICQ
protocol. It is currently a partial implementation, and has a text
interface only.
As far as I can tell, Mirabilis' software is necessary to register
with the ICQ network, so I could not test its functionality.
Diffstat (limited to 'net-im/climm/files')
-rw-r--r-- | net-im/climm/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa new file mode 100644 index 000000000000..88df1785536b --- /dev/null +++ b/net-im/climm/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Sat Jun 27 13:25:53 1998 ++++ Makefile Sat Jun 27 13:26:38 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 ++# CC = gcc ++CFLAGS += -DUNIX + # Uncomment the below line for humorous messages + #CFLAGS += -DFUNNY_MSGS + # uncomment the line below for debuging info |