[112776] trunk/dports/lang/clisp/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Nov 11 05:26:39 PST 2013
On Oct 31, 2013, at 12:17, easieste at macports.org wrote:
> Revision
> 112776
> Author
> easieste at macports.org
> Date
> 2013-10-31 10:17:12 -0700 (Thu, 31 Oct 2013)
> Log Message
>
> Fix #41026 for darwin 13 (aka OS X 10.9 Mavericks).
> Modified Paths
>
> • trunk/dports/lang/clisp/Portfile
> Diff
>
> Modified: trunk/dports/lang/clisp/Portfile (112775 => 112776)
>
> --- trunk/dports/lang/clisp/Portfile 2013-10-31 15:29:35 UTC (rev 112775)
> +++ trunk/dports/lang/clisp/Portfile 2013-10-31 17:17:12 UTC (rev 112776)
>
> @@ -56,6 +56,10 @@
>
> configure.cflags-append -Wl,-no_pie
>
> }
>
>
>
> +platform darwin 13 {
> + configure.cflags-append -Wl,-no_pie
> +}
Instead of copying the same code three times for platforms darwin 11, 12 and 13, can we assume that all OS versions after 10 will need this fix and use just a single block for that? DRY.
More information about the macports-dev
mailing list