aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ahven
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-03-13 00:24:22 +0800
committermarino <marino@FreeBSD.org>2014-03-13 00:24:22 +0800
commitc478b6d8219e05d21a8b97f19ec8801d73fa82ee (patch)
tree5d9fda2089f8476219a19201bb03361b91e796fc /devel/ahven
parent4565d4968c81e3681d61e874f90b77d5035ca338 (diff)
downloadfreebsd-ports-gnome-c478b6d8219e05d21a8b97f19ec8801d73fa82ee.tar.gz
freebsd-ports-gnome-c478b6d8219e05d21a8b97f19ec8801d73fa82ee.tar.zst
freebsd-ports-gnome-c478b6d8219e05d21a8b97f19ec8801d73fa82ee.zip
devel/ahven: Disable style checks to prepare for gcc49
Avhen enables numerous style checks for the production build, but unfortunately the "then placement" check fails on Ahven too. There are at least two source files that need changing, so let's just remove the checks completely. They are developer switches IMO.
Diffstat (limited to 'devel/ahven')
-rw-r--r--devel/ahven/files/patch-gnat_ahven__lib.gpr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ahven/files/patch-gnat_ahven__lib.gpr b/devel/ahven/files/patch-gnat_ahven__lib.gpr
new file mode 100644
index 000000000000..26ebbd1b7789
--- /dev/null
+++ b/devel/ahven/files/patch-gnat_ahven__lib.gpr
@@ -0,0 +1,10 @@
+--- gnat/ahven_lib.gpr.orig 2014-02-08 21:21:51.000000000 +0000
++++ gnat/ahven_lib.gpr
+@@ -43,6 +43,6 @@ project Ahven_Lib is
+ "-gnatwl",
+ "-gnatE",
+ "-gnatwF", -- unreferenced formal off
+- "-gnatyd3ibmhex", "-gnat95");
++ "-gnat95");
+ end Builder;
+ end Ahven_Lib;