From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 15 14:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77887106566B for ; Wed, 15 Aug 2012 14:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47B9A8FC18 for ; Wed, 15 Aug 2012 14:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7FE0Sqx047823 for ; Wed, 15 Aug 2012 14:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7FE0Shw047822; Wed, 15 Aug 2012 14:00:28 GMT (envelope-from gnats) Date: Wed, 15 Aug 2012 14:00:28 GMT Message-Id: <201208151400.q7FE0Shw047822@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mikhail Tsatsenko Cc: Subject: Re: ports/170626: x11-toolkits/open-motif: X11/extensions/XPrint.h is not detected by configure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Tsatsenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2012 14:00:28 -0000 The following reply was made to PR ports/170626; it has been noted by GNATS. From: Mikhail Tsatsenko To: bug-followup@FreeBSD.org, saper@saper.info Cc: Subject: Re: ports/170626: x11-toolkits/open-motif: X11/extensions/XPrint.h is not detected by configure Date: Wed, 15 Aug 2012 17:56:01 +0400 To submitter: please try the following line for CPPFLAGS in port Makefile and let me know if it works: CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${LOCALBASE}/include I think it will be better approach than patching configure script. -- Mikhail