diff options
author | mph <mph@FreeBSD.org> | 1999-01-07 02:57:37 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-01-07 02:57:37 +0800 |
commit | 32723b19570787ef37b6116b571a865ea2dc0fca (patch) | |
tree | ca2184379e0e32b1463d77350ffd3992a30486e9 /sysutils/xosview | |
parent | bdd834cf7939b471be4da058f2d019df06e12703 (diff) | |
download | freebsd-ports-graphics-32723b19570787ef37b6116b571a865ea2dc0fca.tar.gz freebsd-ports-graphics-32723b19570787ef37b6116b571a865ea2dc0fca.tar.zst freebsd-ports-graphics-32723b19570787ef37b6116b571a865ea2dc0fca.zip |
Honor CFLAGS.
PR: 9330
Submitted by: Sheldon Hearn <axl@iafrica.com>
Diffstat (limited to 'sysutils/xosview')
-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 00000000000..7fa962acc67 --- /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@ \ |