summaryrefslogtreecommitdiff
path: root/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
diff options
context:
space:
mode:
Diffstat (limited to 'net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf')
-rw-r--r--net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf b/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
new file mode 100644
index 000000000000..4a749bdf16ef
--- /dev/null
+++ b/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
@@ -0,0 +1,23 @@
+--- Xvnc/config/cf/FreeBSD.cf.orig Sun Jun 11 21:00:51 2000
++++ Xvnc/config/cf/FreeBSD.cf Fri Dec 6 03:21:44 2002
+@@ -49,7 +49,7 @@
+
+ #define MkdirHierCmd mkdir -p
+
+-#define CcCmd cc
++#define CcCmd %%CC%%
+ #define CppCmd /usr/libexec/cpp
+ #define PreProcessCmd CppCmd
+ #define StandardCppDefines -traditional
+@@ -253,9 +253,9 @@
+ #endif
+
+ #ifdef i386Architecture
+-# define OptimizedCDebugFlags DefaultGcc2i386Opt
++# define OptimizedCDebugFlags %%CFLAGS%%
+ #else
+-# define OptimizedCDebugFlags -O2
++# define OptimizedCDebugFlags %%CFLAGS%%
+ #endif
+
+ #ifndef PreIncDir