Robert Huff wrote:
Robert Huff writes:
Done. Merrily compiling away.
New problem.
One of the files has:
#ifdef LINUX
#include <sys/mman.h>
#endif
What is the FreeBSD magic tag corresponding to "LINUX"?
"__FREEBSD__"?
Robert Huff
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
#ifdef __FreeBSD__
-Boris
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"