freebsd-ports/devel/gps/files/patch-gnatlib_src_nonpython_gnatcoll-scripts.nopython.ads
Frederic Culot fe6b01bc3f - Update to 5.0.1
PR:		ports/161442
Submitted by:	John Marino <draco@marino.st> (maintainer)
Feature safe:	yes
2011-11-15 13:35:48 +00:00

13 lines
579 B
Ada

--- gnatlib/src/nopython/gnatcoll-scripts-python.ads.orig 2010-10-14 12:15:05.000000000 +0200
+++ gnatlib/src/nopython/gnatcoll-scripts-python.ads 2011-10-09 05:03:58.000000000 +0200
@@ -31,7 +31,9 @@
procedure Register_Python_Scripting
(Repo : Scripts.Scripts_Repository;
- Module : String);
+ Module : String;
+ Program_Name : String := "python";
+ Python_Home : String := "");
procedure Unregister_Python_Scripting
(Repo : Scripts.Scripts_Repository);
-- Does nothing, since python was not compiled in.