Changeset 68769 for trunk/dports


Ignore:
Timestamp:
Jun 13, 2010, 4:31:43 AM (14 years ago)
Author:
ryandesign@…
Message:

gcc45, gcc46: fix typo in --with-mpc configure arg

Location:
trunk/dports/lang
Files:
2 edited

Legend:

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

    r67222 r68769  
    8787                --with-gmp=${prefix} \
    8888                --with-mpfr=${prefix} \
    89                 --with-mpc==${prefix} \
     89                --with-mpc=${prefix} \
    9090                --enable-stage1-checking
    9191# do NOT use MacPorts binutils -- they do not work
  • trunk/dports/lang/gcc46/Portfile

    r67424 r68769  
    8585                --with-gmp=${prefix} \
    8686                --with-mpfr=${prefix} \
    87                 --with-mpc==${prefix} \
     87                --with-mpc=${prefix} \
    8888                --enable-stage1-checking
    8989# do NOT use MacPorts binutils -- they do not work
Note: See TracChangeset for help on using the changeset viewer.