Date: Wed, 13 Jun 2007 21:53:50 +0200 From: "Johan Hendriks" <Johan@double-l.nl> To: <freebsd-ports@freebsd.org> Subject: mail/postfix on Current (-DFREEBSD#) Message-ID: <57200BF94E69E54880C9BB1AF714BBCB011172@w2003s01.double-l.local>
next in thread | raw e-mail | index | archive | help
I use FreeBSD on a lot of mailservers in combination with postfix. When i compile on FreeBSD 5 i see messages like: cc -DHAS_PCRE -I/usr/local/include -O -pipe -I. -DFREEBSD5 -c = format_tv.c =20 On FreeBSD 6 they look like : cc -DHAS_PCRE -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I. = -DFREEBSD6 -c mystrtok.c =20 so i guess -DFREEBSD5 or 6 resembles the current version it runs on, but = on FreeBSD 7 i see this: cc -DHAS_PCRE -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I. = -I../../include -DFREEBSD5 -c rcpt_print.c it has the -DFREEBSD5 =20 Is this an error on my system or is this suppose to happen. and if so what does -DFREEBSD# means.=20 =20 just curious. =20 regards, Johan Hendriks =20 =20 =20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57200BF94E69E54880C9BB1AF714BBCB011172>