]> git.pld-linux.org Git - packages/TeXmacs.git/commitdiff
- commnented adding CXXFLAGS, causes gcc3 SIGSEV :-(
authorfilon <filon@sokrates.mimuw.edu.pl>
Mon, 11 Feb 2002 22:31:30 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    TeXmacs.spec -> 1.15

TeXmacs.spec

index 8fa6f689b84f6e72e50af4bc5c987dae0ca16385..d55cc7586f98945591e8307b1fbe03c871df9ed0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A wysiwyg mathematical text editor
 Summary(pl):   Edytor WYSIWYG do tekstów matematycznych
 Name:          TeXmacs
 Version:       0.3.5.12
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Editors
 Group(cs):     Aplikace/Editory
@@ -61,9 +61,13 @@ a tak
 %build
 aclocal
 autoconf
+cp -f /usr/share/automake/config.* .
 %configure
 
-%{__make} CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -fno-implicit-templates"
+# %{__make} CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -fno-implicit-templates"
+# causes SIGSEV on gcc3
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.10382 seconds and 4 git commands to generate.