Hi all,
The fox-devel port requires the definition of __FreeBSD__, so when
compiling you _have_ to specify it as part of your command line
arguments. The following worked for me:
# cd /usr/ports/x11-toolkits/fox-devel
# CXXFLAGS="-D__FreeBSD__" make install clean
Maybe we can fix this?
Kind regards,
Henry