diff options
Diffstat (limited to 'net/micq/files/patch-aa')
-rw-r--r-- | net/micq/files/patch-aa | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/net/micq/files/patch-aa b/net/micq/files/patch-aa index 777dc8b9f921..296b89535428 100644 --- a/net/micq/files/patch-aa +++ b/net/micq/files/patch-aa @@ -1,12 +1,13 @@ ---- Makefile.orig Mon Jul 3 02:10:31 2000 -+++ Makefile Mon Jul 3 02:12:24 2000 -@@ -5,8 +5,7 @@ - # Most options that were here and soem that weren't have been moved to config.h - # edit that file to set up options. - # +--- Makefile.orig Tue Jan 23 11:49:05 2001 ++++ Makefile Wed Jan 24 20:28:41 2001 +@@ -2,8 +2,8 @@ + # originally by Matt D. Smith + # rewritten by Rico Gloeckner <mc@verdinet.de> + -CC = gcc -CFLAGS = -O4 -Wall -DUNIX -+CFLAGS += -Wall -DUNIX - CFLAGS += -DENGLISH_LANG - #CFLAGS += -DBULGARIAN_LANG - #CFLAGS += -DPOLISH_LANG ++CC?= gcc ++CFLAGS+= -Wall -DUNIX + + # uncomment the line below for debuging info + #CFLAGS += -g |