[150107] trunk/dports/net/openconnect-gui/files/patch-common_h.diff

cal at macports.org cal at macports.org
Tue Jul 12 12:15:34 PDT 2016


Revision: 150107
          https://trac.macports.org/changeset/150107
Author:   cal at macports.org
Date:     2016-07-12 12:15:34 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
openconnect-gui: Fix build with C++11, #51828

Patch from maintainer, closes #51828.

Modified Paths:
--------------
    trunk/dports/net/openconnect-gui/files/patch-common_h.diff

Modified: trunk/dports/net/openconnect-gui/files/patch-common_h.diff
===================================================================
--- trunk/dports/net/openconnect-gui/files/patch-common_h.diff	2016-07-12 19:12:24 UTC (rev 150106)
+++ trunk/dports/net/openconnect-gui/files/patch-common_h.diff	2016-07-12 19:15:34 UTC (rev 150107)
@@ -1,5 +1,14 @@
---- common.h.orig	2015-03-20 20:48:48.000000000 +0100
-+++ common.h	2015-03-20 20:49:21.000000000 +0100
+--- common.h.orig	2016-07-12 20:00:11.000000000 +0200
++++ common.h	2016-07-12 19:58:32.000000000 +0200
+@@ -25,7 +25,7 @@
+ 
+ #define VERSION "1.3"
+ #define APP_NAME "openconnect-gui"
+-#define APP_STRING APP_NAME" "VERSION
++#define APP_STRING APP_NAME " " VERSION
+ 
+ #define toAscii toLatin1
+ 
 @@ -54,7 +54,7 @@
  #include <fcntl.h>
  #include <errno.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/935cc794/attachment.html>


More information about the macports-changes mailing list