Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2012 12:53:12 +0000
From:      Marcin Cieslak <saper@saper.info>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/170626: x11-toolkits/open-motif: X11/extensions/XPrint.h is not detected by configure
Message-ID:  <alpine.BSF.2.00.1208141252030.73092@y.fncre.vasb>
In-Reply-To: <201208140610.q7E6ABCN066950@freefall.freebsd.org>
References:  <201208140610.q7E6ABCN066950@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The following patch seems to address this issue:

--- configure.orig	2010-03-12 15:44:09.000000000 +0100
+++ configure	2012-08-12 18:33:49.000000000 +0200
@@ -19054,6 +19054,7 @@
   { $as_echo "$as_me:$LINENO: checking for libXp" >&5
 $as_echo_n "checking for libXp... " >&6; }
 
+CPPFLAGS="$CPPFLAGS -I$x_includes"
 for ac_header in X11/extensions/Print.h
 do
 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1208141252030.73092>