From owner-freebsd-ports@FreeBSD.ORG Sat Feb 25 19:35:31 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EF40106566C for ; Sat, 25 Feb 2012 19:35:31 +0000 (UTC) (envelope-from execve@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1C59D8FC12 for ; Sat, 25 Feb 2012 19:35:30 +0000 (UTC) Received: by iaeo4 with SMTP id o4so5853179iae.13 for ; Sat, 25 Feb 2012 11:35:30 -0800 (PST) Received-SPF: pass (google.com: domain of execve@gmail.com designates 10.50.236.68 as permitted sender) client-ip=10.50.236.68; Authentication-Results: mr.google.com; spf=pass (google.com: domain of execve@gmail.com designates 10.50.236.68 as permitted sender) smtp.mail=execve@gmail.com; dkim=pass header.i=execve@gmail.com Received: from mr.google.com ([10.50.236.68]) by 10.50.236.68 with SMTP id us4mr3733385igc.7.1330198530597 (num_hops = 1); Sat, 25 Feb 2012 11:35:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ZDacMU/2T+ag9lwdkCAYkc3mi8GR+HQJm7WvKgeL9K0=; b=Her9BFE9EeULlfDZxI+xBMA8zIdS5GEiT8o1AZER8ZeqtRVTiG3oEFVbjj1xTkdXO4 hMF6/fZTH5B1FImSnz60SEkmb4ccAprLFWK0iQFnHd86+VqRw1ASSmWvWS8xxLIE1pZW DmyjWM5ecSyHUrE4Iv/G0bsQ1KAIV5vWaGKdg= MIME-Version: 1.0 Received: by 10.50.236.68 with SMTP id us4mr3041564igc.7.1330198530338; Sat, 25 Feb 2012 11:35:30 -0800 (PST) Sender: execve@gmail.com Received: by 10.231.102.9 with HTTP; Sat, 25 Feb 2012 11:35:30 -0800 (PST) In-Reply-To: <1329928804776-5505596.post@n5.nabble.com> References: <1329928804776-5505596.post@n5.nabble.com> Date: Sun, 26 Feb 2012 01:05:30 +0530 X-Google-Sender-Auth: I9pe8yJUCpdqZ5W6_DKV4U9PRmQ Message-ID: From: Gautam To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: graphics/png does not build with lang/gcc X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 19:35:31 -0000 Hi, On Wed, Feb 22, 2012 at 10:10 PM, Jakub Lach wrote: > make.conf: > > .if !empty(.CURDIR:M/usr/ports/*) > WRKDIRPREFIX= /usr/obj > .include "/etc/ports.conf" > .endif > > ports.conf: > > CC=gcc46 > CXX=g++46 > CFLAGS=-O2 -pipe -march=native > CXXFLAGS=${CFLAGS} > > No such problem here. > Thanks for the response. I am still seeing this problem. Do you have something specific in libmap.conf or some other configuration relating to LD/LDFLAGS? -Gautam