Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2009 13:20:02 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/131869: error: GL/gl.h: No such file or directory
Message-ID:  <200902191320.n1JDK2Oj045106@freefall.freebsd.org>

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

From: bf <bf2006a@yahoo.com>
To: bug-followup@FreeBSD.org, multimedia@FreeBSD.org,
  Andrey <bratanich@mail.ru>
Cc:  
Subject: Re: ports/131869: error: GL/gl.h: No such file or directory
Date: Thu, 19 Feb 2009 05:11:23 -0800 (PST)

 I have also experienced this problem.  The multimedia/gpac-libgpac port
 is not being configured properly.  When it isn't built in a cleanroom,
 it picks up hidden dependencies on various GL and Xorg ports that may be
 installed on the system. Various options need to be disabled explicitly
 via patches or CONFIGURE_ARGS, or these dependencies need to be listed in
 the port Makefile and the proper CFLAGS and LDFLAGS need to be issued.
 
 This port should probably have OPTIONS, as it has limited functionality in
 the current stripped-down form.
 
 In the short term, you can fix the build by adding -I${LOCALBASE}/include
 to your CFLAGS for this port, but this alone won't fix the dependency list
 in /var/db/pkg/*.
 
 In the future, you should list the port that is causing the problem in 
 the title of your PR, so that it is assigned to the right person.
 
 Regards,
          b.
 
 
       



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