[121596] trunk/dports/math/qalculate-gtk

mk at macports.org mk at macports.org
Tue Jul 1 11:30:06 PDT 2014


Revision: 121596
          https://trac.macports.org/changeset/121596
Author:   mk at macports.org
Date:     2014-07-01 11:30:06 -0700 (Tue, 01 Jul 2014)
Log Message:
-----------
qalculate-gtk: fix for Mavericks (closes issue 43155, thanks Ionic)

Modified Paths:
--------------
    trunk/dports/math/qalculate-gtk/Portfile

Added Paths:
-----------
    trunk/dports/math/qalculate-gtk/files/
    trunk/dports/math/qalculate-gtk/files/patch-src_callbacks.cc-const.diff

Modified: trunk/dports/math/qalculate-gtk/Portfile
===================================================================
--- trunk/dports/math/qalculate-gtk/Portfile	2014-07-01 18:18:20 UTC (rev 121595)
+++ trunk/dports/math/qalculate-gtk/Portfile	2014-07-01 18:30:06 UTC (rev 121596)
@@ -33,6 +33,8 @@
 depends_run         port:gtk2 \
                     port:gnome-vfs
 
+patchfiles          patch-src_callbacks.cc-const.diff
+
 use_parallel_build  yes
 
 # needs to be same as used by intltool

Added: trunk/dports/math/qalculate-gtk/files/patch-src_callbacks.cc-const.diff
===================================================================
--- trunk/dports/math/qalculate-gtk/files/patch-src_callbacks.cc-const.diff	                        (rev 0)
+++ trunk/dports/math/qalculate-gtk/files/patch-src_callbacks.cc-const.diff	2014-07-01 18:30:06 UTC (rev 121596)
@@ -0,0 +1,11 @@
+--- src/callbacks.cc.orig	2014-05-01 01:00:13.000000000 +0200
++++ src/callbacks.cc		2014-05-01 01:03:55.000000000 +0200
+@@ -346,7 +346,7 @@
+ 			it->sort();
+ 		}
+ 	}
+-	bool operator < (tree_struct &s1) const {
++	bool operator < (const tree_struct &s1) const {
+ 		return item < s1.item;	
+ 	}	
+ };
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140701/47d68ca5/attachment.html>


More information about the macports-changes mailing list