Date: Sun, 15 Feb 2009 15:05:13 GMT From: Oleg <olevole@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131713: gpac-libgpac-0.4.5, 1 not compile, missing path to GL.h header Message-ID: <200902151505.n1FF5D8V011088@www.freebsd.org> Resent-Message-ID: <200902151510.n1FFA16T035461@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131713 >Category: ports >Synopsis: gpac-libgpac-0.4.5,1 not compile, missing path to GL.h header >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 15 15:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Oleg >Release: FreeBSD-HEAD aka 8 >Organization: no >Environment: FreeBSD localhost.my.domain 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Feb 14 23:42:38 UTC 2009 root@:/usr/obj/usr/src/sys/o20090214 amd64 >Description: compile failed with follow messages: -- In file included from compositor/mesh.c:33: compositor/gl_inc.h:45:19: error: GL/gl.h: No such file or directory gmake: *** [compositor/mesh.opic] Error 1 *** Error code 2 Stop in /usr/ports/multimedia/gpac-libgpac. -- >How-To-Repeat: cd /usr/ports/multimedia/gpac-libgpac && make >Fix: define /usr/local/include in configure file (patch.txt) (+ Maybe set dependency in Makefile through USE_GL= yes ?>) Patch attached with submission follows: diff -ruN gpac-libgpac.bat/files/patch-configure gpac-libgpac/files/patch-configure --- gpac-libgpac.bat/files/patch-configure 2009-02-15 14:56:13.000000000 +0300 +++ gpac-libgpac/files/patch-configure 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- configure-bak 2009-02-15 14:51:52.000000000 +0300 -+++ configure 2009-02-15 14:52:05.000000000 +0300 -@@ -317,7 +317,7 @@ - FreeBSD) - make="gmake" - LDFLAGS="$LDFLAGS -export-dynamic" --CFLAGS="$CFLAGS -pthread" -+CFLAGS="$CFLAGS -pthread -I/usr/local/include" - GPAC_SH_FLAGS=-pthread - freebsd="yes" - js_flags="-DXP_UNIX -I/usr/include/js" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902151505.n1FF5D8V011088>