Ticket #17920: aqbanking-local-installation.diff

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

Profile patch for local installation variant

  • Portfile

    old new  
    7070variant python24 description "Enable ctypes support. This is only needed if you are using Python 2.4. It is not needed if Python 2.5 or later is installed." {
    7171    depends_build-append    port:py-ctypes
    7272}
     73
     74variant enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" {
     75    configure.args-append   --enable-local-install \
     76                            --enable-static
     77}