summaryrefslogtreecommitdiff
path: root/devel/florist/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/florist/patches/patch-ac')
-rw-r--r--devel/florist/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/florist/patches/patch-ac b/devel/florist/patches/patch-ac
new file mode 100644
index 00000000000..fe5172e8566
--- /dev/null
+++ b/devel/florist/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/10/20 17:43:29 wiz Exp $
+
+--- posix-implementation.gpb.orig 2002-10-24 02:03:52.000000000 -0600
++++ posix-implementation.gpb
+@@ -50,6 +50,8 @@ with Ada.Exceptions,
+ Unchecked_Conversion;
+ package body POSIX.Implementation is
+
++ pragma Warnings (Off);
++
+ use POSIX.C;
+
+ package SIM renames System.Interrupt_Management;