diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-28 03:22:37 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-28 03:22:37 +0000 |
commit | 79885184cf1c1c599a5eca52dc04617472c3a4e1 (patch) | |
tree | 46e9e89ee8f40388f4602f54e82d5c06dd8c0140 /net-im/micq/files/patch-aa | |
parent | 838583705214c5c9054dda76aa18ff053267c104 (diff) |
Notes
Diffstat (limited to 'net-im/micq/files/patch-aa')
-rw-r--r-- | net-im/micq/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/micq/files/patch-aa b/net-im/micq/files/patch-aa new file mode 100644 index 000000000000..88df1785536b --- /dev/null +++ b/net-im/micq/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 |