diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-01-25 03:19:53 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-01-25 03:19:53 +0000 |
commit | 086070ab8556188fab9f146c914d269602e5caa4 (patch) | |
tree | cf3d923b518ab041b2e40d8ad34743ef5f64f217 /net-im/micq/files/patch-aa | |
parent | Another day. Another GNOME release. 1.2.10 here (diff) |
- Update port to 0.4.6p1 (fixes remote buffer overflow)
- Add some additional buffer checks
Notes
Notes:
svn path=/head/; revision=37554
Diffstat (limited to 'net-im/micq/files/patch-aa')
-rw-r--r-- | net-im/micq/files/patch-aa | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/net-im/micq/files/patch-aa b/net-im/micq/files/patch-aa index 777dc8b9f921..296b89535428 100644 --- a/net-im/micq/files/patch-aa +++ b/net-im/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 |