This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from f399a04 onmainwindow.{cpp,h}: don't use a hardcoded path to xmodmap on OS X and handle errors more gracefully. Fixes: #487. new eeab8aa x2goclient.pro: fix typo --stdlib=... -> -stdlib=... Fixes: #973. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + x2goclient.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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@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