Ticket #15016: patch-gpsd-2.diff

File patch-gpsd-2.diff, 756 bytes (added by dbevans (David B. Evans), 16 years ago)

Modified patch for Portfile

  • Portfile

     
    33PortSystem 1.0
    44
    55name            gpsd
    6 version         2.30
    7 revision        1
     6version         2.37
    87categories      net
    98maintainers     shadow@dementia.org
    109description     gps multiplexor daemon
     
    1413homepage        http://gpsd.berlios.de/
    1514platforms       darwin
    1615master_sites    http://download.berlios.de/gpsd/
    17 checksums       md5 dde177174878e8ae6db15f8010da46dd
     16checksums       md5 6c96cc0b2df0279cb7baac1ebc5881d3
    1817depends_lib     port:xorg-libs lib:libXm.4:openmotif
    1918
    2019configure.args  --mandir=${prefix}/share/man
     20
     21variant no_x11 {
     22    depends_lib-delete port:xorg-libs lib:libXm.4:openmotif
     23    configure.args-append --without-x
     24}