solenv/bin/modules/installer/simplepackage.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 38c2da62f8992133109507664a48459467a290da
Author: Thorsten Behrens <tbehr...@suse.com>
Date:   Wed Feb 27 01:31:34 2013 +0100

    Fix build on Mac
    
    Without this codesigning is unconditionally tried, unconditionally
    breaking the build.

diff --git a/solenv/bin/modules/installer/simplepackage.pm 
b/solenv/bin/modules/installer/simplepackage.pm
index 26911a4..32d3066 100755
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -420,7 +420,7 @@ sub create_package
         }
        else
        {
-           if (defined($ENV{'MACOSX_CODESIGNING_IDENTITY'}))
+           if (defined($ENV{'MACOSX_CODESIGNING_IDENTITY'}) && 
$ENV{'MACOSX_CODESIGNING_IDENTITY'} ne "" )
            {
                # Just sign the .app as a whole, which means signing
                # the CFBundleExecutable from Info.plist,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to