freebsd-ports/science/paje/files/patch-DrawView+Drawing.m
Dirk Meyer fe0bd7cc5e Paje is a graphical tool that displays traces produced during the
execution of multithreaded programs. Other programs can also generate
traces for this tool.
PR:		103677
Submitted by:	Gürkan Sengün
2006-09-28 19:17:57 +00:00

14 lines
315 B
Objective-C

--- SpaceTimeViewer/DrawView+Drawing.m.orig Mon Jan 9 02:13:30 2006
+++ SpaceTimeViewer/DrawView+Drawing.m Thu Sep 28 20:56:39 2006
@@ -23,7 +23,11 @@
#include "DrawView.h"
#ifdef GNUSTEP
+#ifndef __FreeBSD__
#include <values.h>
+#else
+#include <math.h>
+#endif
#endif
@implementation DrawView (Drawing)