math/biggles patch (clang only current r255465)

Boris Samorodov bsam at passap.ru
Thu Sep 12 13:40:07 UTC 2013


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


More information about the freebsd-ports mailing list