[X2Go-Commits] [x2goclient] 01/01: x2goclient.pro: fix typo --stdlib=... -> -stdlib=... Fixes: #973.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 13 08:29:00 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit eeab8aa47e9964eb02712cd073acc6199062b3b6
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jan 13 07:06:50 2016 +0100

    x2goclient.pro: fix typo --stdlib=... -> -stdlib=... Fixes: #973.
---
 debian/changelog |    1 +
 x2goclient.pro   |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 92a3d0e..c788481 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
       unknown and undefined errors.
     - onmainwindow.{cpp,h}: don't use a hardcoded path to xmodmap on OS X and
       handle errors more gracefully. Fixes: #487.
+    - x2goclient.pro: fix typo --stdlib=... -> -stdlib=... Fixes: #973.
 
   [ Oleksandr Shneyder ]
   * New upstream release (4.0.5.1):
diff --git a/x2goclient.pro b/x2goclient.pro
index efe7e52..07290ab 100644
--- a/x2goclient.pro
+++ b/x2goclient.pro
@@ -204,7 +204,7 @@ macx {
   LIBS += -framework LDAP -lcups -lcrypto -lssl -lz
 
   !isEmpty(OSX_STDLIB) {
-    QMAKE_CXXFLAGS += --stdlib=$${OSX_STDLIB}
+    QMAKE_CXXFLAGS += -stdlib=$${OSX_STDLIB}
   }
 
   !isEmpty(MACPORTS_INCLUDE_PATH) {

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list