summaryrefslogtreecommitdiff
path: root/net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h')
-rw-r--r--net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h b/net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h
deleted file mode 100644
index cc31a339f11d..000000000000
--- a/net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- Xvnc/config/imake/imakemdep.h.orig Thu Nov 21 16:49:39 2002
-+++ Xvnc/config/imake/imakemdep.h Thu Nov 21 16:50:09 2002
-@@ -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__)