svn commit: r405113 - head/x11-toolkits/py-fltk
Antoine Brodin
antoine at FreeBSD.org
Sun Jan 3 09:24:57 UTC 2016
On Sun, Jan 3, 2016 at 7:18 AM, Wen Heping <wen at freebsd.org> wrote:
> Author: wen
> Date: Sun Jan 3 06:18:23 2016
> New Revision: 405113
> URL: https://svnweb.freebsd.org/changeset/ports/405113
>
> Log:
> - Fix build on FreeBSD-9
>
> Reported by: pkg-fallout@
>
> Modified:
> head/x11-toolkits/py-fltk/Makefile
>
> Modified: head/x11-toolkits/py-fltk/Makefile
> ==============================================================================
> --- head/x11-toolkits/py-fltk/Makefile Sun Jan 3 05:47:42 2016 (r405112)
> +++ head/x11-toolkits/py-fltk/Makefile Sun Jan 3 06:18:23 2016 (r405113)
> @@ -28,6 +28,12 @@ PORTDOCS= *
> PORTEXAMPLES= *
> WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION}
>
> +.include <bsd.port.options.mk>
> +
> +#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
> +USE_GCC= yes
> +#.endif
> +
Hi,
Are the commented lines intended or not? (this changes depends on FreeBSD 10+)
Antoine
More information about the svn-ports-all
mailing list