mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
16051a3025
1. Fix build problems on 4.0-CURRENT (submitted by both Mike Haertel <mike@ducky.net> and "Chris D. Faulhaber" <jedgar@fxp.org>). 2. Fix package-building problems, noted by scripts on bento. PR: 15391 Submitted by: maintainer
24 lines
627 B
Plaintext
24 lines
627 B
Plaintext
--- Xvnc/config/imake/imakemdep.h~ Sat Jul 26 19:41:05 1997
|
|
+++ Xvnc/config/imake/imakemdep.h Fri Nov 26 23:21:33 1999
|
|
@@ -225,6 +225,9 @@
|
|
#ifdef hpux
|
|
#define USE_CC_E
|
|
#endif
|
|
+#if defined(__FreeBSD__)
|
|
+#define USE_CC_E
|
|
+#endif
|
|
#ifdef WIN32
|
|
#define USE_CC_E
|
|
#define DEFAULT_CC "cl"
|
|
@@ -253,7 +256,7 @@
|
|
#ifdef _CRAY
|
|
#define DEFAULT_CPP "/lib/pcpp"
|
|
#endif
|
|
-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
|
|
+#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#define DEFAULT_CPP "/usr/libexec/cpp"
|
|
#endif
|
|
#if defined(__sgi) && defined(__ANSI_CPP__)
|
|
|
|
|