diff options
Diffstat (limited to '')
-rw-r--r-- | net/micq/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/micq/files/patch-aa b/net/micq/files/patch-aa index cbd4721ef7d7..91ccecc2c4b1 100644 --- a/net/micq/files/patch-aa +++ b/net/micq/files/patch-aa @@ -1,13 +1,13 @@ ---- Makefile.orig Sun Oct 11 06:55:43 1998 -+++ Makefile Mon Oct 26 08:22:40 1998 +--- Makefile.orig Mon Dec 14 16:24:40 1998 ++++ Makefile Mon Dec 14 16:25:36 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 = -O2 -Wall -DUNIX -DANSI_COLOR -+# CC = gcc -+CFLAGS += -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 |