summaryrefslogtreecommitdiff
path: root/devel/gps/files/patch-gnatlib-gnatcoll_shared.gpr.in
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-02 00:53:02 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-02 00:53:02 +0000
commit571b3110cfb27275bc1110112d4c5c34385b3ce2 (patch)
tree67f821af7d10f045fcdbde6ffff3d10cac72b57d /devel/gps/files/patch-gnatlib-gnatcoll_shared.gpr.in
parentGtkAda is an Ada graphical toolkit based on Gtk+ widgets using the (diff)
The GNAT Programming Studio (GPS) is a cutting-edge Free Software IDE that
streamlines the interaction between developers and their software. With its intuitive interface, GPS is easy to use, simplying source navigation and highlighting fundamental ideas in the program. Features Tools * Developer-friendly * Language-sensitive editor * Multi-language * Version control * Multi-platform * Graphical debugger * Modern GUI * Automatic code fixing * Multiple document interface * Graphs (call, dependencies, entities) * Customizable * Application builder * Extensible tool integration * Visual file comparison * Free Software * Source code reformatting * Automatic body file generation * intelligent source code navigation * Project Explorer * Project Wizard WWW: http://www.adacore.com/home/products/gnatpro/toolsuite/gps/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
Diffstat (limited to 'devel/gps/files/patch-gnatlib-gnatcoll_shared.gpr.in')
-rw-r--r--devel/gps/files/patch-gnatlib-gnatcoll_shared.gpr.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gps/files/patch-gnatlib-gnatcoll_shared.gpr.in b/devel/gps/files/patch-gnatlib-gnatcoll_shared.gpr.in
new file mode 100644
index 000000000000..68125cdf2a9d
--- /dev/null
+++ b/devel/gps/files/patch-gnatlib-gnatcoll_shared.gpr.in
@@ -0,0 +1,11 @@
+--- gnatlib/gnatcoll_shared.gpr.in.orig 2010-12-04 00:20:09 +0000
++++ gnatlib/gnatcoll_shared.gpr.in
+@@ -45,7 +45,7 @@ project GnatColl_Shared is
+ for Switches ("Ada") use
+ ("-g", "-O1", "-gnata", "-gnatVa", "-gnatQ", "-gnaty",
+ "-gnatwaCJe", "-gnat05");
+- for Switches ("C") use ("-g", "-fdump-xref");
++ for Switches ("C") use ("-g");
+ when "Production" =>
+ for Switches ("Ada") use
+ ("-O2", "-gnatn", "-gnatws", "-gnat05");