From fe0bd7cc5e3a46c63b95f648cc45c1ade3d24d51 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 28 Sep 2006 19:17:57 +0000 Subject: =?UTF-8?q?Paje=20is=20a=20graphical=20tool=20that=20displays=20tr?= =?UTF-8?q?aces=20produced=20during=20the=20execution=20of=20multithreaded?= =?UTF-8?q?=20programs.=20Other=20programs=20can=20also=20generate=20trace?= =?UTF-8?q?s=20for=20this=20tool.=20PR:=09=09103677=20Submitted=20by:=09G?= =?UTF-8?q?=C3=BCrkan=20Seng=C3=BCn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- science/paje/files/patch-DrawView+Drawing.m | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 science/paje/files/patch-DrawView+Drawing.m (limited to 'science/paje/files') diff --git a/science/paje/files/patch-DrawView+Drawing.m b/science/paje/files/patch-DrawView+Drawing.m new file mode 100644 index 000000000000..f04b961e6cef --- /dev/null +++ b/science/paje/files/patch-DrawView+Drawing.m @@ -0,0 +1,14 @@ +--- 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 ++#else ++#include ++#endif + #endif + + @implementation DrawView (Drawing) -- cgit v1.2.3