From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add LibreCAD. Date: Fri, 06 Mar 2015 21:30:18 +0100 Message-ID: <87ioed98dh.fsf@mango.localdomain> References: <87vbih817e.fsf@mango.localdomain> <87twy17z2e.fsf@mango.localdomain> <877fuxhrpz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTytE-0000Qo-1v for guix-devel@gnu.org; Fri, 06 Mar 2015 15:30:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTytD-0004YJ-A3 for guix-devel@gnu.org; Fri, 06 Mar 2015 15:30:31 -0500 In-reply-to: <877fuxhrpz.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> I just noticed that the file does not import the pkg-config module. >> I did not see this before and thus added the BOOST_LIB variable to the >> qmake invocation. This likely won't be necessary when pkg-config is >> actually used. >> >> I'll fix this in an updated patch. Actually, setting BOOST_LIB is necessary after all. I pushed this after also adding the optional freetype to the list of inputs. The license of the whole work is GPLv2 only. ~~ Ricardo