[3Depict/f20] * remove no-devirt hack

mycae mycae at fedoraproject.org
Sat Oct 11 13:34:49 UTC 2014


commit 165323d490de18b112dd71509990ad7cdb34fe84
Author: mycae <mycae at gmx.com>
Date:   Sun Sep 28 11:40:38 2014 -0400

    * remove no-devirt hack

 3Depict.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/3Depict.spec b/3Depict.spec
index e41f6fd..0490d7d 100644
--- a/3Depict.spec
+++ b/3Depict.spec
@@ -55,9 +55,7 @@ useful for general scalar valued point data purposes.
 %patch2
 
 %build
-#Bug in gcc causes loss of wxCommandEvent::clone(). Reportedly fixed in gcc 4.9.2 - use CXXFLAGS to workaround
-#http://trac.wxwidgets.org/ticket/16359
-CXXFLAGS="${CXXFLAGS} -fno-devirtualize"  %configure --disable-debug-checks --enable-openmp-parallel --enable-mgl2 --with-wx-config=wx-config-3.0
+%configure --disable-debug-checks --enable-openmp-parallel --enable-mgl2 --with-wx-config=wx-config-3.0
 make %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list