summaryrefslogtreecommitdiff
path: root/net-im/micq/files/patch-aa
blob: 926de765bbdcf344b932097d3cb5c14a7c2db681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- Makefile.orig	Fri May 21 07:06:38 1999
+++ Makefile	Thu Jun  3 12:18:39 1999
@@ -2,7 +2,8 @@
 # I have no clue but this appears to work fairly well
 # be sure to use gmake
 CC = gcc
-CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR 
+#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