mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add forgotten patch files.
This commit is contained in:
parent
7a11cf1b70
commit
eb7b0ea69d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70650
21
net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h
Normal file
21
net/tridiavnc/files/patch-Xvnc::config::imake::imakemdep.h
Normal file
@ -0,0 +1,21 @@
|
||||
--- 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__)
|
Loading…
Reference in New Issue
Block a user