The template-depth patch...

-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)
Index: development/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/development/ChangeLog,v
retrieving revision 1.23
diff -u -u -r1.23 ChangeLog
--- development/ChangeLog       2002/08/25 00:15:06     1.23
+++ development/ChangeLog       2002/10/20 04:07:41
@@ -1,3 +1,8 @@
+2002-10-19  Kayvan A. Sylvan  <[EMAIL PROTECTED]>
+
+       * lyx.spec.in (CFLAGS, CXXFLAGS): Added -ftemplate-depth-20
+       so lyx compiles with gcc-2.95.x.
+
 2002-08-23  Rob Lahaye  <[EMAIL PROTECTED]>
        * FORMAT: explain changes with new graphics dialog
 
Index: development/lyx.spec.in
===================================================================
RCS file: /cvs/lyx/lyx-devel/development/lyx.spec.in,v
retrieving revision 1.15
diff -u -u -r1.15 lyx.spec.in
--- development/lyx.spec.in     2002/05/24 07:42:03     1.15
+++ development/lyx.spec.in     2002/10/20 04:07:41
@@ -35,7 +35,8 @@
 
 %build
 unset LINGUAS || true
-CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \
+CXXFLAGS="$RPM_OPT_FLAGS -ftemplate-depth-20" \
+CFLAGS="$RPM_OPT_FLAGS -ftemplate-depth-20" \
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} \
        --bindir=%{_bindir} --datadir=%{_datadir} \
        --without-warnings

Attachment: msg46669/pgp00000.pgp
Description: PGP signature

Reply via email to