[mygui] Remove some unused (commented out) stuff from the spec file.

Bruno Wolff III bruno at fedoraproject.org
Tue Jan 4 10:12:42 UTC 2011


commit 70a1bcb531cc24836961b8e0e5ba6d672f055e29
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jan 4 04:11:53 2011 -0600

    Remove some unused (commented out) stuff from the spec file.

 mygui.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index 3de13cb..928f52f 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -114,13 +114,10 @@ EOT
 
 
 %build
-# Have to run it two times to make it find ogre and freetype
-#%cmake . 
 # Plugins are windows only atm
 %cmake . \
    -DMYGUI_INSTALL_PDB:INTERNAL=FALSE -DCMAKE_BUILD_TYPE:STRING=Release \
    -DMYGUI_BUILD_PLUGINS:BOOL=OFF -DCMAKE_CXX_FLAGS_RELEASE=
-# -DTARGET_LINK_LIBRARIES:STRING="-luuid -ldl"
 make %{?_smp_mflags}
 # Generate doxygen documentation
 pushd Docs


More information about the scm-commits mailing list