mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
418d031d6b
This port requires GCC, so it loads the lang/gcc. The ports GCC will look in /usr/local/include by default, but others (such as DF base compiler) will not. Specify -I${LOCALBASE}/include in CFLAGS explicitly as it is needed to locate the X11/Xaw/Box.h header. This is covered by "Just Fix It" blanket.