Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 10:24:56 +0100
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        Wen Heping <wen@freebsd.org>
Cc:        "ports-committers@freebsd.org" <ports-committers@freebsd.org>,  "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>,  "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r405113 - head/x11-toolkits/py-fltk
Message-ID:  <CAALwa8kspNGSefjPYVW5BYvBogk7bYeNqu8x-VGYQoNJ=01Gsw@mail.gmail.com>
In-Reply-To: <201601030618.u036INuC073498@repo.freebsd.org>
References:  <201601030618.u036INuC073498@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 3, 2016 at 7:18 AM, Wen Heping <wen@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8kspNGSefjPYVW5BYvBogk7bYeNqu8x-VGYQoNJ=01Gsw>