Bugzilla – Attachment 241 Details for
Bug 482
Bad report of the platform
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix this bug
0001-use.macosx32-and-use.macosx64-are-only-true-when-I-r.patch (text/plain), 926 bytes, created by
Sylvestre Ledru
on 2011-03-13 22:25:39 CET
(
hide
)
Description:
Fix this bug
Filename:
MIME Type:
Creator:
Sylvestre Ledru
Created:
2011-03-13 22:25:39 CET
Size:
926 bytes
patch
obsolete
>From cf9b81a12c4f7560d7b6f72a13525bdf1d2587f4 Mon Sep 17 00:00:00 2001 >From: Sylvestre Ledru <sylvestre.ledru@scilab.org> >Date: Sun, 13 Mar 2011 22:24:35 +0100 >Subject: [PATCH] use.macosx32 and use.macosx64 are only true when I run Mac OS X > >--- > make/gluegen-cpptasks-base.xml | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml >index b967a91..ced58c0 100755 >--- a/make/gluegen-cpptasks-base.xml >+++ b/make/gluegen-cpptasks-base.xml >@@ -138,10 +138,16 @@ > <istrue value="${macosppc}" /> > </condition> > <condition property="use.macosx32"> >+ <and> > <istrue value="${macosx32}" /> >+ <os family="mac"/> >+ </and> > </condition> > <condition property="use.macosx64"> >+ <and> > <istrue value="${macosx64}" /> >+ <os family="mac"/> >+ </and> > </condition> > </target> > >-- >1.7.2.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 482
: 241