head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.1.1.0.20 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.18 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.16 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.14 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.12 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.10 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.8 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.6 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.4 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2012.03.20.08.56.16; author markd; state dead; branches; next 1.1; 1.1 date 2009.10.02.20.51.26; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.02.20.51.26; author markd; state Exp; branches; next ; desc @@ 1.2 log @Update to KDE SC 4.8.0. remove kdeedu4 @ text @$NetBSD: patch-aa,v 1.1 2009/10/02 20:51:26 markd Exp $ --- kig/objects/circle_type.cc.orig 2007-12-10 00:02:17.000000000 +1300 +++ kig/objects/circle_type.cc @@@@ -27,6 +27,11 @@@@ #include +#ifdef __NetBSD__ +#define fmin(a,b) ((a) < (b) ? (a) : (b)) +#define fmax(a,b) ((a) > (b) ? (a) : (b)) +#endif + static const char constructcirclethroughpointstat[] = I18N_NOOP( "Construct a circle through this point" ); static const char constructcirclewithcenterstat[] = I18N_NOOP( "Construct a circle with this center" ); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import KDE4.3.1 from wip OKed during freeze by wiz and agc @ text @@