unable to build www/webkit-gtk2

Trond Endrestøl Trond.Endrestol at fagskolen.gjovik.no
Tue Apr 28 13:19:09 UTC 2015


On Tue, 28 Apr 2015 07:04-0400, Carmel NY wrote:

> On Tue, 28 Apr 2015 09:15:03 +0200 (CEST), Trond Endrestøl stated:
> 
> > If memory serves me correct, I had to create a Makefile.local 
> > containing:
> > 
> > USE_GCC=any
> 
> I am sorry, but I do not understand what that means.

In simple terms, it means create a file named Makefile.local in the 
/usr/ports/www/webkit-gtk2 directory where USE_GCC=any is the file's 
sole line of text.

E.g.:

echo USE_GCC=any > /usr/ports/www/webkit-gtk2/Makefile.local

At home I have a bunch of virtual machines, and on some of them I, 
until recently, forced clang as the C and C++ compiler using the 
proper directives in /etc/make.conf. clang doesn't understand the 
library format used for some of the libraries belonging to 
www/webkit-gtk2, thus the need to force the www/webkit-gtk2 port to 
use the GCC compiler.

I stopped forcing clang as the compiler in /etc/make.conf, and moved 
those incatations to /etc/src.conf for my stable/10 and head VMs.

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+


More information about the freebsd-questions mailing list