Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 17:40:03 +0400
From:      Boris Samorodov <bsam@passap.ru>
To:        Roman Cat <roman-cat@yandex.ru>
Cc:        ports@freebsd.org
Subject:   Re: math/biggles patch (clang only current r255465)
Message-ID:  <5231C433.30305@passap.ru>
In-Reply-To: <20130912141342.6d69e122@fazenda>
References:  <20130912141342.6d69e122@fazenda>

next in thread | previous in thread | raw e-mail | index | archive | help
12.09.2013 14:13, Roman Cat пишет:

> Fix build without gcc.
> 
> Roman.
> 
> patch-make.inc
> 
> --- make.inc.orig       2010-04-10 00:54:40.000000000 +0400
> +++ make.inc    2013-09-12 13:58:35.000000000 +0400
> @@ -20,8 +20,8 @@
>  #
> 
>  PYTHON                 = python
> -CC                     = gcc
> -CCSHARED               = gcc -shared
> +CC                     = $(CC)
> +CCSHARED               = $(CC) -shared
>  CFLAGS                 = -Wall -O2 -fPIC
>  OS                     = $(shell uname)

I've committed a similar fix. Thanks for the report!

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5231C433.30305>