1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/micq/files/patch-aa
Chris D. Faulhaber 086070ab85 - Update port to 0.4.6p1 (fixes remote buffer overflow)
- Add some additional buffer checks
2001-01-25 03:19:53 +00:00

14 lines
314 B
Plaintext

--- 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
+CC?= gcc
+CFLAGS+= -Wall -DUNIX
# uncomment the line below for debuging info
#CFLAGS += -g