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 | bea88e9fe2e829c73c2a31c8524f91abe5fa44a3 (diff) | |
download | ports-909aa73b665bb6da536219015e9b8e4cde4ec3d2.tar.gz ports-909aa73b665bb6da536219015e9b8e4cde4ec3d2.zip |
Notes
-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@ \ |