[X2go-Commits] x2goclient.git - master (branch) updated: 3.99.1.0-10-g178a401

X2go dev team git-admin at x2go.org
Wed Feb 29 16:29:41 CET 2012


The branch, master has been updated
       via  178a4015b4928a708fa37dd507c0a5f89fa152cf (commit)
      from  c8b59f5802e87941dd8c8a462b8b6173e32eb8d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 178a4015b4928a708fa37dd507c0a5f89fa152cf
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Feb 29 16:28:34 2012 +0100

    Use the Mac OS X 10.5 SDK instead 10.6 to remain compatible with Leopard.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    5 +++++
 x2goclient.pro   |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 542878d..3d26561 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,11 @@ x2goclient (3.99.1.1-0~x2go1) UNRELEASED; urgency=low
       with a dark GUI theme.
     - Prettify x2goclient.pro.
 
+  [ Mihai Moldovan ]
+  * New upstream version (3.99.1.1):
+    - Use the Mac OS X 10.5 SDK instead 10.6 to remain compatible with
+      Leopard.
+
   [ Daniel Lindgren ]
   * New upstream version (3.99.1.1):
     - Update/improve Swedish translation after testing x2goclient on Windows.
diff --git a/x2goclient.pro b/x2goclient.pro
index d4362b2..16c5f06 100755
--- a/x2goclient.pro
+++ b/x2goclient.pro
@@ -128,7 +128,8 @@ x2go_linux_static {
 
 macx {
 	message(building $$TARGET with ldap and cups)
-	LIBS += -lldap -lcups
+	LIBS += -framework LDAP -lcups -lcrypto -lssl -lz
+	CONFIG += x86 x86_64
 }
 win32-* {
 	message(building $$TARGET for windows without ldap and cups)
@@ -137,8 +138,8 @@ win32-* {
 }
 QT += svg network
 ICON =icons/x2go-mac.icns
-QMAKE_MAC_SDK =/Developer/SDKs/MacOSX10.6.sdk
-
+QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.5.sdk
+QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
 
 plugin{
 


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list