Ignore:
Timestamp:
2010-02-23T17:09:47+13:00 (14 years ago)
Author:
oranfry
Message:

got rk2 and rk3 going on mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r21658 r21725  
    9797        <!-- mac and linux: compile -->
    9898        <if><bool><or><equals arg1="${rk.os}" arg2="mac"/><equals arg1="${rk.os}" arg2="linux"/></or></bool>
    99 
    100             <!-- WORKAROUND: make common-src and reconfigure -->
    101             <!-- this is a workaround to a problem with the gsdl build code -->
    102             <!-- expat needs to be compiled before the perl XML Parser is configured -->
    103             <exec dir="${basedir}/compiled/common-src" executable="make" failonerror="true"/>
    104             <exec dir="${basedir}/compiled" executable="${basedir}/compiled/configure" failonerror="true">
    105                 <arg line="--enable-apache-httpd"/>
    106                 <env key="LDFLAGS" value="-static"/>
    107             </exec>
    108             <!-- /WORKAROUND -->
    10999
    110100            <!-- make -->
     
    236226
    237227            <!-- grab ghostscript binaries -->
    238             <delete dir="compiled/bin/darwin/imagemagick"/>
     228            <delete dir="compiled/bin/darwin/ghostscript"/>
    239229            <exec executable="svn">
    240230                <arg value="export"/>
Note: See TracChangeset for help on using the changeset viewer.