Ticket #14656: gnome-vfs_Portfile.diff

File gnome-vfs_Portfile.diff, 792 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    5353
    5454    reinplace "s|/etc/fstab|/etc/fstab.hd|" \
    5555        ${worksrcpath}/libgnomevfs/gnome-vfs-unix-mounts.c
     56   
     57    reinplace -E "/^.*DISABLE_DEPRECATED.*\$/d" \
     58        "${worksrcpath}/daemon/Makefile.am" \
     59        "${worksrcpath}/daemon/Makefile.in" \
     60        "${worksrcpath}/libgnomevfs/Makefile.am" \
     61        "${worksrcpath}/libgnomevfs/Makefile.in" \
     62        "${worksrcpath}/modules/Makefile.am" \
     63        "${worksrcpath}/modules/Makefile.in" \
     64        "${worksrcpath}/test/Makefile.am" \
     65        "${worksrcpath}/test/Makefile.in"
     66   
     67    reinplace -E "s:-DG_DISABLE_DEPRECATED::g" \
     68        "${worksrcpath}/programs/Makefile.am" \
     69        "${worksrcpath}/programs/Makefile.in"
    5670}
    5771
    5872platform darwin 6 {