diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-01-06 18:57:37 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-01-06 18:57:37 +0000 |
commit | 909aa73b665bb6da536219015e9b8e4cde4ec3d2 (patch) | |
tree | 62c2e4592df96e41c1d1982faf8bb1e0e0b3ba89 | |
parent | Upgrade to mod_ssl 2.1.6 (diff) |
Honor CFLAGS.
PR: 9330
Submitted by: Sheldon Hearn <axl@iafrica.com>
Notes
Notes:
svn path=/head/; revision=15888
-rw-r--r-- | sysutils/xosview/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/xosview/files/patch-ac b/sysutils/xosview/files/patch-ac new file mode 100644 index 000000000000..7fa962acc672 --- /dev/null +++ b/sysutils/xosview/files/patch-ac @@ -0,0 +1,11 @@ +--- 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@ \ |