1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/XFree86/files/patch-e
Jean-Marc Zucconi de607d8627 A better fix to the XF86Setup core dump problem: use /usr/bin/cpp instead
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>
2000-02-15 23:03:55 +00:00

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)