1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/imake/files/patch-e
Masafumi Max NAKANE 1164c762f6 A port to install utilities in xc/config of XFree86, including
imake, lndir, etc.
This port can eliminate the needs to install entire XFree86 when you just
need imake to build some ports.
2000-03-02 04:11:56 +00:00

12 lines
371 B
Plaintext

--- cf/FreeBSD.cf.orig Wed Mar 1 17:31:52 2000
+++ cf/FreeBSD.cf Wed Mar 1 17:32:23 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)