1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/irc/olirc/files/patch-aa
Patrick Li 6866cb5bd5 Update to 0.0.38.a3.2
PR:		ports/41090
Submitted by:	maintainer
Reviewed by:	Tilman Linneweh <tilman@arved.de>
2002-08-07 16:29:29 +00:00

11 lines
293 B
Plaintext

Index: src/Makefile.in
@@ -10,7 +10,7 @@
prefs_dialogs.o network.o parse_msg.o ctcp.o ignores.o \
scripting.o tcl.o main.o
-CFLAGS = @GTK_CFLAGS@ @TCL_CFLAGS@ -O2 -Wall
+CFLAGS = @GTK_CFLAGS@ @TCL_CFLAGS@ @CFLAGS@ -Wall
LDFLAGS = @GTK_LIBS@ @TCL_LIBS@
CC = @CC@