mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
de607d8627
of /usr/libexec/cpp in config/cf/FreeBSD.cf (/usr/bin/cpp defines __FreeBSD__ wheras /usr/libexec/cpp does not) Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
14 lines
388 B
Plaintext
14 lines
388 B
Plaintext
--- config/cf/FreeBSD.cf-3.3.6 Sat Feb 12 06:36:11 2000
|
|
+++ config/cf/FreeBSD.cf Tue Feb 15 00:25:54 2000
|
|
@@ -69,7 +69,7 @@
|
|
#define MkdirHierCmd mkdir -p
|
|
|
|
#define CcCmd cc
|
|
-#define CppCmd /usr/libexec/cpp
|
|
+#define CppCmd /usr/bin/cpp
|
|
#define PreProcessCmd CppCmd
|
|
#define StandardCppDefines -traditional
|
|
#if defined(UseInstalled) && (!defined(XF86LinkKit) || !XF86LinkKit)
|
|
|
|
|