ports/114890: building science/xmakemol fails with libGL.

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Mon Jul 30 06:38:28 UTC 2007


Pav Lucistnik <pav at FreeBSD.org> wrote:

> Looks like a problem with libGLw port.
> 
> Florent, ideas? When user have CFLAGS defined in make.conf, CFLAGS+=
> from libGLw port is ignored.

"CFLAGS" decided by /usr/share/mk/sys.mk, /etc/make.conf, and ports/libGLw/Makefile
is overwritten by calling /etc/make.conf again, by recursive make, I guess.
Adding "-D__GLX_MOTIF=1" to "_CFLAGS :=" in files/config will solve this problem.
Or "USE_GMAKE=yes" will also do.

How should we do about variables succession in recursive make ?

---
Tsurutani Naoki



More information about the freebsd-ports-bugs mailing list