mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
10 lines
293 B
Text
10 lines
293 B
Text
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@
|
|
|