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

14 lines
314 B
Plaintext
Raw Normal View History

--- 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