summaryrefslogtreecommitdiff
path: root/net/tightvnc/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-03-15 14:53:57 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-03-15 14:53:57 +0000
commitc3facd46a8c4b96b469b59f869740c3232e316c2 (patch)
tree0737c5f5752276f0ed2249f072efdabfa9989515 /net/tightvnc/files
parent- bump PORTREVISION to catch graphviz new shared lib version (diff)
Update to 1.3.10 [1]
Changelog: http://www.tightvnc.com/whatsnew.html - use bsdoptions.mk :-) PR: ports/132438 [1] Submitted by: Tsurutani Naoki [1] Tested by: jonathan@kc8onw.net
Notes
Notes: svn path=/head/; revision=230125
Diffstat (limited to 'net/tightvnc/files')
-rw-r--r--net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf20
1 files changed, 15 insertions, 5 deletions
diff --git a/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf b/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
index 83b3d1f55259..59aae4a84bd2 100644
--- a/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
+++ b/net/tightvnc/files/patch-Xvnc::config::cf::FreeBSD.cf
@@ -1,18 +1,18 @@
--- Xvnc/config/cf/FreeBSD.cf.orig 2000-06-11 21:00:51.000000000 +0900
-+++ Xvnc/config/cf/FreeBSD.cf 2007-09-04 17:11:16.000000000 +0900
++++ Xvnc/config/cf/FreeBSD.cf 2009-03-09 08:18:00.000000000 +0900
@@ -253,11 +253,17 @@
#endif
#ifdef i386Architecture
-# define OptimizedCDebugFlags DefaultGcc2i386Opt
-+# define OptimizedCDebugFlags -O -pipe
++# define OptimizedCDebugFlags -O2 -pipe
#else
-# define OptimizedCDebugFlags -O2
-+# define OptimizedCDebugFlags -O -pipe
++# define OptimizedCDebugFlags -O2 -pipe
#endif
+#ifdef x86_64Architecture
-+# define OptimizedCDebugFlags -O -pipe
++# define OptimizedCDebugFlags -O2 -pipe
+# define ServerOSDefines XFree86ServerOSDefines -DDDXTIME
+# define ServerExtraDefines GccGasOption XFree86ServerDefines -D_XSERVER64
+#endif /* x86_64Architecture */
@@ -20,7 +20,17 @@
#ifndef PreIncDir
# define PreIncDir /usr/include
#endif
-@@ -359,6 +366,5 @@
+@@ -353,12 +359,15 @@
+ #define HasBsdMake YES
+ #endif
+
++#if OSMajorVersion > 5 || (OSMajorVersion == 5 && OSMinorVersion >= 3)
++#define HasFfsl YES
++#endif
++
+ #ifndef StaticLibrary
+ #define StaticLibrary(libpath,libname) -Wl,-Bstatic Concat(-L,libpath) Concat(-l,libname) -Wl,-Bdynamic
+ #endif
#include <bsdLib.rules>