aboutsummaryrefslogtreecommitdiff
path: root/net/vnc/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 20:04:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 20:04:06 +0000
commit16051a30259ac011aa3630a08eff6da2d9e55e4f (patch)
tree1dfa6630e65101f8a440754a6240c97e75a47d8d /net/vnc/files
parent74ccb89c0543d0b49b4fbfc7c77df85a82b03f90 (diff)
downloadports-16051a30259ac011aa3630a08eff6da2d9e55e4f.tar.gz
ports-16051a30259ac011aa3630a08eff6da2d9e55e4f.zip
Notes
Diffstat (limited to 'net/vnc/files')
-rw-r--r--net/vnc/files/patch-ad23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/vnc/files/patch-ad b/net/vnc/files/patch-ad
new file mode 100644
index 000000000000..16728734e6ed
--- /dev/null
+++ b/net/vnc/files/patch-ad
@@ -0,0 +1,23 @@
+--- 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__)
+
+