summaryrefslogtreecommitdiff
path: root/net/vnc/files/patch-Xvnc::config::imake::imakemdep.h
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-11-24 21:47:12 +0000
committerPatrick Li <pat@FreeBSD.org>2002-11-24 21:47:12 +0000
commitb3beb82f221f48afb8b32b18878df7c1826bfa3b (patch)
treed7ef015ae1222cf6c7dfec9bce1892a053091426 /net/vnc/files/patch-Xvnc::config::imake::imakemdep.h
parentUpdate to 3.8.2 (diff)
- Update to 3.3.5
- Give maintainership to Munish Chopra PR: ports/45537 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Notes
Notes: svn path=/head/; revision=71040
Diffstat (limited to 'net/vnc/files/patch-Xvnc::config::imake::imakemdep.h')
-rw-r--r--net/vnc/files/patch-Xvnc::config::imake::imakemdep.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/vnc/files/patch-Xvnc::config::imake::imakemdep.h b/net/vnc/files/patch-Xvnc::config::imake::imakemdep.h
new file mode 100644
index 000000000000..1aaeade24b1f
--- /dev/null
+++ b/net/vnc/files/patch-Xvnc::config::imake::imakemdep.h
@@ -0,0 +1,21 @@
+--- Xvnc/config/imake/imakemdep.h.orig Sat Nov 24 16:43:07 2001
++++ Xvnc/config/imake/imakemdep.h Sat Nov 24 16:44:48 2001
+@@ -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__)