Ticket #17916: gwenhywfar-local-installation.diff

File gwenhywfar-local-installation.diff, 437 bytes (added by torsten@…, 15 years ago)

Profile patch for local installation variant

  • Portfile

    old new  
    2828                  port:gnutls
    2929depends_build     port:libtool
    3030
     31variant enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" {
     32    configure.args-append   --enable-local-install \
     33                            --enable-static
     34}