Update of /cvsroot/mahogany/M/redhat
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv431

Modified Files:
        M.spec 
Log Message:
fixed spec file

Index: M.spec
===================================================================
RCS file: /cvsroot/mahogany/M/redhat/M.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -u -2 -r1.37 -r1.38
--- M.spec      31 Jul 2006 00:32:44 -0000      1.37
+++ M.spec      31 Jul 2006 01:19:46 -0000      1.38
@@ -61,15 +61,15 @@
    ./configure --prefix=$RPM_BUILD_ROOT/%{prefix} $CONFIG_FLAGS
 
-if [ "x%{MAKETARGET}" = "xquartstatic" ]; then
+#if [ "x%{MAKETARGET}" = "xquartstatic" ]; then
     # be nice and check for existence of static library before starting to 
build
     # (see bug http://zeitlin.homeunix.com/cgi-bin/mbugs/show_bug.cgi?id=873)
-    libwx=$($(echo @WX_CONFIG_PATH@ | sed `grep WX_CONFIG_PATH config.status`) 
\
-                --static --libs | \
-                    sed '[EMAIL PROTECTED] \(/.*/libwx_based-[0-9.]\+.a\) 
[EMAIL PROTECTED]@')
-    if [ ! -f $libwx ]; then
-        echo "You need to build static wxWidgets library $libwx first!"
-        exit 1
-    fi
-fi
+#    libwx=$($(echo @WX_CONFIG_PATH@ | sed `grep WX_CONFIG_PATH 
config.status`) \
+#                --static --libs | \
+#                    sed '[EMAIL PROTECTED] \(/.*/libwx_based-[0-9.]\+.a\) 
[EMAIL PROTECTED]@')
+#    if [ ! -f $libwx ]; then
+#        echo "You need to build static wxWidgets library $libwx first!"
+#        exit 1
+#    fi
+#fi
 
 # also check if we have everything we need to build the docs (bug 874)
@@ -80,4 +80,5 @@
              "the missing tools required for the docs generation!"
         exit 1
+    fi
 fi
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to