Changeset 14554 for trunk/dports


Ignore:
Timestamp:
Oct 11, 2005, 12:55:46 PM (19 years ago)
Author:
mww
Message:

ensure usage of gcc4 on darwin8

Location:
trunk/dports/devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libmcrypt/Portfile

    r7989 r14554  
    1 # $Id: Portfile,v 1.6 2004/08/17 02:17:30 benoitc Exp $
     1# $Id: Portfile,v 1.7 2005/10/11 12:52:35 mww Exp $
    22
    33PortSystem 1.0
     
    2424        depends_lib-append      lib:libdl:dlcompat
    2525}
     26
     27platform darwin 8 {
     28        configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
     29}
  • trunk/dports/devel/mhash/Portfile

    r10368 r14554  
    1 # $Id: Portfile,v 1.12 2005/01/13 00:54:57 blb Exp $
     1# $Id: Portfile,v 1.13 2005/10/11 12:55:46 mww Exp $
    22
    33PortSystem                      1.0
     
    2222configure.args          --mandir=${prefix}/share/man
    2323
     24platform darwin 8 {
     25        configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
     26}
     27
    2428test.run                        yes
    2529test.target                     check
Note: See TracChangeset for help on using the changeset viewer.