1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: call /usr/bin/gnatchop instead of gnatchop
Work-around a FTBFS caused by Debian-specific gnat bug #856274.
Forwarded: not-needed
Author: Nicolas Boulenguez <nicolas@debian.org>
--- a/Makefile.in
+++ b/Makefile.in
@@ -146,7 +146,7 @@
--xml-file=contrib/binding.xml \
--ada-output=src/generated/tmp.ada \
--c-output=src/misc_generated.c
- cd src/generated; gnatchop -gnat05 -q -w tmp.ada
+ cd src/generated; /usr/bin/gnatchop -gnat05 -q -w tmp.ada
clean-generic:
-${RM} .\#*
|