svn commit: r351253 - head/graphics/inkscape/files
Koop Mast
kwm at FreeBSD.org
Mon Apr 14 10:32:55 UTC 2014
Author: kwm
Date: Mon Apr 14 10:32:54 2014
New Revision: 351253
URL: http://svnweb.freebsd.org/changeset/ports/351253
QAT: https://qat.redports.org/buildarchive/r351253/
Log:
Fix build with clang 3.4
Submitted by: Matthew Rezny <matthew at reztek.cz>
Obtained from: inkscape upstream
http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/revision/10019#src/live_effects/lpe-perp_bisector.h
Added:
head/graphics/inkscape/files/patch-src_live_effects_lpe-perp_bisector.h (contents, props changed)
Added: head/graphics/inkscape/files/patch-src_live_effects_lpe-perp_bisector.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/inkscape/files/patch-src_live_effects_lpe-perp_bisector.h Mon Apr 14 10:32:54 2014 (r351253)
@@ -0,0 +1,20 @@
+--- src/live_effects/lpe-perp_bisector.h.orig 2011-07-08 20:25:09.468790000 +0200
++++ src/live_effects/lpe-perp_bisector.h
+@@ -27,7 +27,7 @@
+ class KnotHolderEntityEnd;
+ class KnotHolderEntityLeftEnd;
+ class KnotHolderEntityRightEnd;
+- void bisector_end_set(SPItem *item, Geom::Point const &p, bool left);
++ void bisector_end_set(SPItem *item, Geom::Point const &p, bool left = true);
+ }
+
+ class LPEPerpBisector : public Effect {
+@@ -46,7 +46,7 @@
+ friend class PB::KnotHolderEntityEnd;
+ friend class PB::KnotHolderEntityLeftEnd;
+ friend class PB::KnotHolderEntityRightEnd;
+- friend void PB::bisector_end_set(SPItem *item, Geom::Point const &p, bool left = true);
++ friend void PB::bisector_end_set(SPItem *item, Geom::Point const &p, bool left);
+
+ private:
+ ScalarParam length_left;
More information about the svn-ports-all
mailing list