Ticket #14770: binutils.diff

File binutils.diff, 651 bytes (added by nickbroon@…, 12 years ago)

patch to install two useful headers

  • Portfile

    old new  
    44
    55name                            binutils
    66version                         2.21
     7revision                        1
    78
    89description                     FSF Binutils for native development.
    910long_description        Free Software Foundation development toolchain ("binutils") \
     
    4142        system "rm -rf ${worksrcpath}/etc"
    4243}
    4344
     45post-destroot {
     46        file copy ${worksrcpath}/include/demangle.h \
     47        ${destroot}${prefix}/include/
     48        file copy ${worksrcpath}/include/libiberty.h \
     49        ${destroot}${prefix}/include/
     50}
     51
    4452universal_variant       no
    4553
    4654notes "Having ${name} installed will cause some other ports to\