From 31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 21 Aug 2017 13:26:28 +0000 Subject: Update GNUstep core libraries. Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release. --- science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m (limited to 'science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m') diff --git a/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m new file mode 100644 index 000000000000..e406eacd0759 --- /dev/null +++ b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m @@ -0,0 +1,12 @@ +--- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 19:52:48 UTC ++++ SpaceTimeViewer/DrawView+Finding.m +@@ -24,7 +24,9 @@ + #include "DrawView.h" + + #include ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) + #include ++#endif + + + // returns a rectangle that is the same as rect but has positive height and width -- cgit v1.2.3