diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-10 20:04:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-10 20:04:06 +0000 |
commit | 16051a30259ac011aa3630a08eff6da2d9e55e4f (patch) | |
tree | 1dfa6630e65101f8a440754a6240c97e75a47d8d /net/vnc/files | |
parent | Fix PLIST to success to make package (diff) |
Comments from maintainer:
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
Notes
Notes:
svn path=/head/; revision=23762
Diffstat (limited to 'net/vnc/files')
-rw-r--r-- | net/vnc/files/patch-ad | 23 |
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__) + + |