Changeset 14499 for trunk/dports


Ignore:
Timestamp:
Oct 9, 2005, 11:09:09 AM (19 years ago)
Author:
mww
Message:

ensure usage of gcc4 on darwin8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/guile/Portfile

    r12802 r14499  
    1 # $Id: Portfile,v 1.15 2005/06/23 13:41:05 gwright Exp $
     1# $Id: Portfile,v 1.16 2005/10/09 11:09:09 mww Exp $
    22
    33PortSystem 1.0
     
    5353        }
    5454
     55platform darwin 8 {
     56                configure.env   CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
     57        }
     58
    5559variant darwin {
    5660                configure.args-append   CFLAGS="-no-cpp-precomp -Dmacosx"
Note: See TracChangeset for help on using the changeset viewer.