Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2014 16:53:15 +0000
From:      "Richard M. Timoney" <richardt@maths.tcd.ie>
To:        freebsd-ports@freebsd.org, freebsd-office@freebsd.org
Cc:        Robert Huff <roberthuff@rcn.com>
Subject:   Re: [graphics/libcdr] Boost issue breaks build?
Message-ID:  <20140312165315.GA37354@maths.tcd.ie>

next in thread | raw e-mail | index | archive | help
With regard to:

> Hello:
> 	On a system running
> 
> FreeBSD 10.0-CURRENT #0 r248938: Sun Mar 31 06:24:42 EDT 2013  amd64
> 
> 	attempts to build libcdr-0.0.14 fail

I also had the same trouble on FreeBSD 9.2 (and so could not build
libreoffice).

Adding this to /etc/make.conf seems to work

.if !empty(.CURDIR:M/usr/ports/graphics/libcdr) && exists(/usr/local/bin/gcc47)
CC=gcc47
CXX=g++47
CPP=cpp47
.endif

Yours,

Richard

-- 
Richard M. Timoney
		  (richardt@maths.tcd.ie)       Tel. +353-1-896 1196
        School of Mathematics, Trinity College, Dublin 2, Ireland
WWW http://www.maths.tcd.ie/~richardt		FAX  +353-1-896 2282



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