From owner-freebsd-ports@freebsd.org Sat Nov 26 10:11:48 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFD5DC5524A for ; Sat, 26 Nov 2016 10:11:48 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5220FA2 for ; Sat, 26 Nov 2016 10:11:48 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 065D2204EA for ; Sat, 26 Nov 2016 05:11:47 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 26 Nov 2016 05:11:47 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=7KBWXulfQCw5zyg iFJ3CCYeZ+io=; b=Sq8sHZp8NLC5xjGcWqDUwyEn76X4gx3VDeJk2OAbFSNDktp sCmKUL4Mfbd5XkLZQeCqKRHW/U1sik6ymiSIuY0BuvbMOWtMD5dF7xMSNxSYMfUX p690FC+z/NpxCdZ+oX++OFXQUQzN3uyzXjyUcNojCA2iKYg+fafR2ws0E5sc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=7KBWXulfQCw5zygiFJ3CCYeZ+io=; b=A+h5jcYuawsnJh7xG5FX PkWhH4aTDNRx7f0bke03xQeMjyp/E1tY75//tG5JXg1Uq1BUj2jv4GluPxNK+bwc JNXE0Yicx10OUQ7fcdv15KLO+b+euffDf1wAY8tv1eKjG8Ctq2lqU9mZKrSN+kN2 9eRL8CPHE0HqVwt/c+lbyow= X-ME-Sender: X-Sasl-enc: cKFdoGUr7iQ48bhky2UDIGMbeHUmOsmzbi/UGaGriAcl 1480155106 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 93A867E7F1 for ; Sat, 26 Nov 2016 05:11:46 -0500 (EST) Subject: Re: graphics/py3-cairo cannot find Python.h, but Python.h is present References: <30b728cd-4f5b-fb00-be41-c2f21e54eded@zyxst.net> <0c801f97-bb8f-3219-4923-5ae6c721d8af@FreeBSD.org> To: freebsd-ports@freebsd.org From: tech-lists Message-ID: <862561bd-d6ed-d316-9de6-3807285ec0e9@zyxst.net> Date: Sat, 26 Nov 2016 10:11:45 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <0c801f97-bb8f-3219-4923-5ae6c721d8af@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:11:49 -0000 On 26/11/2016 03:48, Kubilay Kocak wrote: > Include path ^^ has a double '/storage/storage/' prefix: > > '-I/storage/storage/usr/local/include/python3.5m' > > What's causing it is the question. It could be that something is not > PREFIX-safe. Interesting. Is this something I can fix myself in the Makefile? -- J.