diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-03 12:47:24 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-03 12:47:24 +0000 |
commit | 5443e69b6daaa646262b7b6739b2e0f0d4ddc8e8 (patch) | |
tree | 34a945863227719cef037cb235a09706860461e6 /net-im/micq/files | |
parent | 9fa1d6ac63dc6421fe9307c6c700485725c57704 (diff) | |
download | FreeBSD-ports-5443e69b6daaa646262b7b6739b2e0f0d4ddc8e8.zip FreeBSD-ports-5443e69b6daaa646262b7b6739b2e0f0d4ddc8e8.tar.gz |
Update to 0.4.6.
PR: 19658
Submitted by: maintainer
Diffstat (limited to 'net-im/micq/files')
-rw-r--r-- | net-im/micq/files/patch-aa | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/net-im/micq/files/patch-aa b/net-im/micq/files/patch-aa index c0a5159..777dc8b 100644 --- a/net-im/micq/files/patch-aa +++ b/net-im/micq/files/patch-aa @@ -1,14 +1,12 @@ ---- Makefile.orig Sun Sep 12 18:42:33 1999 -+++ Makefile Mon Nov 1 17:19:29 1999 -@@ -1,8 +1,9 @@ - # 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 +--- 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. + # -CC = gcc --CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR -+#CC = gcc -+#CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR -+CFLAGS += -Wall -DUNIX -DANSI_COLOR - CFLAGS += -DMAX_CONTACTS=255 - CFLAGS += -DUSE_MREADLINE - #CFLAGS += -DCOLOR_SCHEME_A +-CFLAGS = -O4 -Wall -DUNIX ++CFLAGS += -Wall -DUNIX + CFLAGS += -DENGLISH_LANG + #CFLAGS += -DBULGARIAN_LANG + #CFLAGS += -DPOLISH_LANG |