Control: forward -1 https://gitlab.com/esr/intercal/-/issues/4
Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS with GCC 10.

Kind regards,
  Reiner
diff -u intercal-0.30/debian/rules intercal-0.30/debian/rules
--- intercal-0.30/debian/rules
+++ intercal-0.30/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_CFLAGS_MAINT_APPEND=-fno-toplevel-reorder
 DPKG_EXPORT_BUILDFLAGS=1
 include /usr/share/dpkg/buildflags.mk
 
only in patch2:
unchanged:
--- intercal-0.30.orig/src/perpet.c
+++ intercal-0.30/src/perpet.c
@@ -85,7 +85,7 @@
 /* function created by yacc */
 extern int yyparse(void);
 
-int yydebug;
+extern int yydebug;
 
 /* compilation options */
 bool compile_only; 	/* just compile into C, don't run the linker */

Attachment: signature.asc
Description: PGP signature

Reply via email to