summaryrefslogtreecommitdiff
path: root/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:14:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:14:36 +0000
commitbc1731c7fd39fc27135cacbf60753707b2ef70f8 (patch)
tree629fc5295c720efcc7fe26d47091468f3c7e2c38 /net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
parentupgrade to 0.11 (diff)
upgrade to 1.2.7
PR: 46143 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=72282
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