Changeset 17180 for trunk/dports


Ignore:
Timestamp:
Mar 26, 2006, 6:08:22 PM (18 years ago)
Author:
jberry
Message:

When building the darwinports port on an Intel imac, supply proper flags to
build as fat. Note that these flags do nothing for darwinports 1.2, but work
on 1.3 and may work in a potential 1.2.1 release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/darwinports/Portfile

    r15531 r17180  
    1 # $Id: Portfile,v 1.16 2005/12/16 06:45:52 jmpp Exp $
     1# $Id: Portfile,v 1.17 2006/03/26 18:08:22 jberry Exp $
    22
    33PortSystem              1.0
     
    55name                    DarwinPorts
    66version                 1.2
     7revision                1
     8
    79categories              sysutils
    810platforms               darwin freebsd
     
    150152         }
    151153}
     154
     155platform darwin 8 i386 {
     156        # Supply architecture flags to build darwinports as fat on an Intel Mac
     157        configure.args-append "CFLAGS='-arch ppc -arch i386' SHLIB_LDFLAGS='-arch ppc -arch i386'"
     158}
Note: See TracChangeset for help on using the changeset viewer.