[136192] trunk/dports/sysutils/synergy
Ryan Schmidt
ryandesign at macports.org
Mon May 11 16:36:06 PDT 2015
> On May 11, 2015, at 5:52 PM, dports at macports.org wrote:
>
> Revision
> 136192
> Author
> dports at macports.org
> Date
> 2015-05-11 15:52:15 -0700 (Mon, 11 May 2015)
> Log Message
>
> synergy: update to v1.6.3, fix build (see #44018)
Thanks! I had last tried to update to 1.6.1 in November but appear to have gotten stuck somewhere. Glad you were able to get it done.
> Modified: trunk/dports/sysutils/synergy/Portfile (136191 => 136192)
> +set major [lindex [split ${macosx_version} .] 0]
> +set minor [lindex [split ${macosx_version} .] 1]
> +configure.args -G \"Unix Makefiles\" \
> + -DOSX_TARGET_MAJOR=${major} -DOSX_TARGET_MINOR=${minor}
Did you mean to overwrite the configure.args the cmake portgroup sets? Usually when using the cmake portgroup you should append to configure.args rather than overwriting them.
As far as I know, specifying -G \"Unix Makefiles\" is not necessary; the cmake portgroup doesn't do it.
More information about the macports-dev
mailing list