Ticket #44315: Coin-Portfile.diff

File Coin-Portfile.diff, 661 bytes (added by mbrethen, 10 years ago)
  • Portfile

    old new  
    4747    configure.args-append   --disable-framework --enable-darwin-x11
    4848
    4949    variant aqua description {Install as an OS X framework without X11.} {
    50         configure.args-replace  --disable-framework --with-framework-prefix=${frameworks_dir}
     50        # code written for a non-framework install won't work with the framework.
     51        # configure.args-replace  --disable-framework --with-framework-prefix=${frameworks_dir}
    5152        configure.args-replace  --enable-darwin-x11 --without-x
    5253
    5354        depends_lib-delete      port:xorg-libsm \