Ticket #4105: Portfile.diff

File Portfile.diff, 877 bytes (added by benwill@…, 19 years ago)

Portfile patch

  • Portfile

    old new  
    33PortSystem 1.0
    44name             ccache
    55version          2.4
     6revision         1
    67categories       devel
    78maintainers      toby@opendarwin.org
    89description      object-file caching compiler wrapper
     
    2526                ln -sf ../../bin/ccache gcc; \
    2627                ln -sf ../../bin/ccache gcc2; \
    2728                ln -sf ../../bin/ccache gcc3; \
     29                ln -sf ../../bin/ccache gcc-3.3; \
     30                ln -sf ../../bin/ccache gcc-4.0; \
    2831                ln -sf ../../bin/ccache c++; \
    2932                ln -sf ../../bin/ccache c++3; \
     33                ln -sf ../../bin/ccache c++-3.3; \
     34                ln -sf ../../bin/ccache c++-4.0; \
    3035                ln -sf ../../bin/ccache g++; \
    3136                ln -sf ../../bin/ccache g++2; \
    32                 ln -sf ../../bin/ccache g++3"
     37                ln -sf ../../bin/ccache g++3; \
     38                ln -sf ../../bin/ccache g++-3.3; \
     39                ln -sf ../../bin/ccache g++-4.0"
    3340}