diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-11 02:15:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-11 02:15:20 +0800 |
commit | 9f89b4a4019314ae01db3e7c239954ce7999b045 (patch) | |
tree | 01defede146473ac0684dc98bf4905714ddc477a /lang | |
parent | 0c0887ff13320b583d547045f5c408fc960758e2 (diff) | |
download | freebsd-ports-gnome-9f89b4a4019314ae01db3e7c239954ce7999b045.tar.gz freebsd-ports-gnome-9f89b4a4019314ae01db3e7c239954ce7999b045.tar.zst freebsd-ports-gnome-9f89b4a4019314ae01db3e7c239954ce7999b045.zip |
/usr/libexec/cpp is now a cpp designed for use by the compilers
(vs. userland) and has no need for (nor supports) the "-undef" flag.
PR: 20707
Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lcc/files/FreeBSD.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lcc/files/FreeBSD.c.in b/lang/lcc/files/FreeBSD.c.in index c2ea78262d40..aefd9efca6a4 100644 --- a/lang/lcc/files/FreeBSD.c.in +++ b/lang/lcc/files/FreeBSD.c.in @@ -14,7 +14,7 @@ static char rcsid[] = "$FreeBSD$"; /* char *stock_cpp[] = { */ char *cpp[] = { "/usr/libexec/cpp", - "-undef", "-nostdinc", "-lang-c", "-U__GNUC__", + "-nostdinc", "-lang-c", "-U__GNUC__", "-D_POSIX_SOURCE", "-D__STDC__", "-D__STRICT_ANSI__", "-Dunix", "-Di386", "-DFreeBSD", "-D__unix__", "-D__i386__", "-D__FreeBSD__", |