diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-12 16:24:22 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-12 16:24:22 +0000 |
commit | 049c2e9aaf96d2a2c0500aa01062f179928507eb (patch) | |
tree | 5d9fda2089f8476219a19201bb03361b91e796fc /devel/ahven | |
parent | ea94850a59c279e815e51022b2283e739455605e (diff) | |
download | ports-049c2e9aaf96d2a2c0500aa01062f179928507eb.tar.gz ports-049c2e9aaf96d2a2c0500aa01062f179928507eb.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.
Notes
Notes:
svn path=/head/; revision=347986
Diffstat (limited to 'devel/ahven')
-rw-r--r-- | devel/ahven/files/patch-gnat_ahven__lib.gpr | 10 |
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; |