1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/sysutils/xosview/files/patch-ac
Matthew Hunt 909aa73b66 Honor CFLAGS.
PR:		9330
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-06 18:57:37 +00:00

12 lines
472 B
Plaintext

--- config/Makefile.config.in.orig Tue Jan 5 19:27:25 1999
+++ config/Makefile.config.in Tue Jan 5 19:29:08 1999
@@ -19,7 +19,7 @@
#-----------------------------------------------------------------
# Optimized CXXFLAGS
-CXXFLAGS += $(CFLAGS) -Wall -O4 -pipe -I@x_includes@ \
+CXXFLAGS += $(CFLAGS) -Wall -I@x_includes@ \
-I$(TOP) -I$(TOP)/@host_dir@ @DEFS@
# DEBUG CXXFLAGS
#CXXFLAGS += $(CFLAGS) -Wall -ggdb -pipe -I@x_includes@ \