Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2012 13:00:26 GMT
From:      Marcin Cieslak <saper@saper.info>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/170626: x11-toolkits/open-motif: X11/extensions/XPrint.h is not detected by configure
Message-ID:  <201208141300.q7ED0Qih037402@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170626; it has been noted by GNATS.

From: Marcin Cieslak <saper@saper.info>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/170626: x11-toolkits/open-motif: X11/extensions/XPrint.h
 is not detected by configure
Date: Tue, 14 Aug 2012 12:53:12 +0000

 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?201208141300.q7ED0Qih037402>