diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-14 18:12:26 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-14 18:12:26 +0000 |
commit | 2c056b39cc3c3ac6ea6bbc37004109fe4758759d (patch) | |
tree | ece8205ee6965a9897dc082c9c97b0f7dedc6862 /sysutils/xosview/files | |
parent | 9e75330c7cf5068cb9d915f5eae650ad736d814d (diff) |
Notes
Diffstat (limited to 'sysutils/xosview/files')
-rw-r--r-- | sysutils/xosview/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xosview/files/patch-ac b/sysutils/xosview/files/patch-ac index 7fa962acc672..679881ad4bbd 100644 --- a/sysutils/xosview/files/patch-ac +++ b/sysutils/xosview/files/patch-ac @@ -1,11 +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 @@ +--- config/Makefile.config.in.orig Thu Feb 25 12:12:41 1999 ++++ config/Makefile.config.in Sun Mar 14 13:05:07 1999 +@@ -22,7 +22,7 @@ #----------------------------------------------------------------- # Optimized CXXFLAGS -CXXFLAGS += $(CFLAGS) -Wall -O4 -pipe -I@x_includes@ \ +CXXFLAGS += $(CFLAGS) -Wall -I@x_includes@ \ - -I$(TOP) -I$(TOP)/@host_dir@ @DEFS@ + -DXOSVIEW_VERSION=\"$(VERS)\" -I$(TOP) -I$(TOP)/@host_dir@ @DEFS@ # DEBUG CXXFLAGS #CXXFLAGS += $(CFLAGS) -Wall -ggdb -pipe -I@x_includes@ \ |