> On May 11, 2015, at 5:52 PM, [email protected] wrote:
>
> Revision
> 136192
> Author
> [email protected]
> 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.
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev