tags 778129 +patch thanks Inline function semantics have changed in the C11 standard, which causes this build failure. Fixed by compiling with "-std=gnu89", until upstream updates the source to comply with C11.
--- squeak-plugins-scratch-1.4.0.2~svn.r83.orig/debian/rules 2012-07-23 20:12:46.000000000 +0000 +++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/rules 2015-07-16 18:47:41.684780247 +0000 @@ -3,6 +3,7 @@ export DH_ALWAYS_EXCLUDE=.svn LDFLAGS=-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined +CFLAGS=-std=gnu89 config: config-stamp config-stamp: -- Brett Johnson <br...@hp.com> -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org