From owner-freebsd-ports@FreeBSD.ORG Wed Sep 11 17:43:29 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3287BFB5; Wed, 11 Sep 2013 17:43:29 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) by mx1.freebsd.org (Postfix) with ESMTP id DC7B42B95; Wed, 11 Sep 2013 17:43:28 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward13.mail.yandex.net (Yandex) with ESMTP id 896BC142DFF; Wed, 11 Sep 2013 21:43:27 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 51B4B16A0AFD; Wed, 11 Sep 2013 21:43:27 +0400 (MSK) Received: from 93.91.3.70.tel.ru (93.91.3.70.tel.ru [93.91.3.70]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id FE6OPhnvT2-hQ2qVBni; Wed, 11 Sep 2013 21:43:26 +0400 Message-ID: <5230ABBE.2080505@passap.ru> Date: Wed, 11 Sep 2013 21:43:26 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130806 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD ports list , "Sergey A. Osokin" Subject: graphics/libraw and c++ libraries Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 17:43:29 -0000 Hi All, there are two *.pc files at graphics/libraw which have: ----- % grep c++ /usr/local/libdata/pkgconfig/libraw* /usr/local/libdata/pkgconfig/libraw.pc:Libs: -L${libdir} -lraw -lstdc++ /usr/local/libdata/pkgconfig/libraw_r.pc:Libs: -L${libdir} -lraw -lstdc++ ----- What is the right way to use (fix) those pc files at 10.x? One can use both clang with libc++ and gccXX with libstdc++ to compile against libraw. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve