mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
6866cb5bd5
PR: ports/41090 Submitted by: maintainer Reviewed by: Tilman Linneweh <tilman@arved.de>
11 lines
293 B
Plaintext
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@
|
|
|