Ticket #44315: Coin-Portfile.diff
File Coin-Portfile.diff, 661 bytes (added by mbrethen, 10 years ago) |
---|
-
Portfile
old new 47 47 configure.args-append --disable-framework --enable-darwin-x11 48 48 49 49 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} 51 52 configure.args-replace --enable-darwin-x11 --without-x 52 53 53 54 depends_lib-delete port:xorg-libsm \